#EFCB51

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

Shades of Festival #EFCB51

Tints of Festival #EFCB51

Color information

#EFCB51 (or 0xEFCB51) is unknown color: approx Festival. HEX triplet: EF, CB and 51. RGB value is (239,203,81). Sum of RGB (Red+Green+Blue) = 239+203+81=523 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.70% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB51 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB51 is #1034AE. Grayscale: #C8C8C8. Windows color (decimal): -1062063 or 5360623. OLE color: 5360623.

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

Color convert

RGB23920381-
CMYK00.150.660.06
HSL46.33º83.16%62.75%-
HSV(B)46.33º66.11%93.73%-
XYZ58.4461.6616.61-
YUV199.8660.93155.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.70%
GREEN value IS 203 (79.69% from 255) = 38.81%
BLUE value IS 81 (32.03% from 255) = 15.49%
R=45.70%
G=38.81%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392038100.150.660.0646.3383.1662.75
HexEFCB510F4262e533f
Octal35731312101710265612377
Binary111011111100101110100010111110000101101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCB51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCB51; }

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

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

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

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

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

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

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

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