#EFD650

Color #EFD650 Portica (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portica #EFD650

Tints of Portica #EFD650

Color information

#EFD650 (or 0xEFD650) is unknown color: approx Portica. HEX triplet: EF, D6 and 50. RGB value is (239,214,80). Sum of RGB (Red+Green+Blue) = 239+214+80=533 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.84% from 533); Green value is 214 (83.98% from 255 or 40.15% from 533); Blue value is 80 (31.64% from 255 or 15.01% from 533); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD650 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD650 is #1029AF. Grayscale: #CECECE. Windows color (decimal): -1059248 or 5297903. OLE color: 5297903.

HSL color Cylindrical-coordinate representation of color #EFD650: hue angle of 50.57º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EFD650 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23921480-
CMYK00.100.670.06
HSL50.57º83.25%62.55%-
HSV(B)50.57º66.53%93.73%-
XYZ61.0967.0217.31-
YUV206.256.78151.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 239 (93.75% from 255) = 44.84%
GREEN value IS 214 (83.98% from 255) = 40.15%
BLUE value IS 80 (31.64% from 255) = 15.01%
R=44.84%
G=40.15%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392148000.100.670.0650.5783.2562.55
HexEFD6500A43633533f
Octal35732612001210366312377
Binary111011111101011010100000101010000111101100111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD650; }

 p { color: rgb(239,214,80); }

 H1.HeaderClassName
 {
   color: #EFD650;
 }
 .AnyTagClassName
 {
   color: #EFD650;
 }
</style>
background-color css

<style>
 a { background-color: #EFD650; }

 a { background-color: rgb(239,214,80); }

 div.DivClassName
 {
   background-color: #EFD650;
 }
 .BgClassName
 {
   background-color: #EFD650;
 }
</style>
border-color css

<style>
 span { border-color: #EFD650; }

 span { border-color: rgb(239,214,80); }

 td.TdClassName
 {
   border-color: #EFD650;
 }
 .TagClassName
 {
   border-color: #EFD650;
 }
</style>