#EFCB50

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

Shades of Festival #EFCB50

Tints of Festival #EFCB50

Color information

#EFCB50 (or 0xEFCB50) is unknown color: approx Festival. HEX triplet: EF, CB and 50. RGB value is (239,203,80). Sum of RGB (Red+Green+Blue) = 239+203+80=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 80 (31.64% from 255 or 15.33% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB50 is #1034AF. Grayscale: #C8C8C8. Windows color (decimal): -1062064 or 5295087. OLE color: 5295087.

HSL color Cylindrical-coordinate representation of color #EFCB50: hue angle of 46.42º 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 #EFCB50 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB23920380-
CMYK00.150.670.06
HSL46.42º83.25%62.55%-
HSV(B)46.42º66.53%93.73%-
XYZ58.461.6416.41-
YUV199.7460.43156-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 203 (79.69% from 255) = 38.89%
BLUE value IS 80 (31.64% from 255) = 15.33%
R=45.79%
G=38.89%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392038000.150.670.0646.4283.2562.55
HexEFCB500F4362e533f
Octal35731312001710365612377
Binary111011111100101110100000111110000111101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB50; }

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

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

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

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

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

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

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

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