#EFCA4B

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

Shades of Festival #EFCA4B

Tints of Festival #EFCA4B

Color information

#EFCA4B (or 0xEFCA4B) is unknown color: approx Festival. HEX triplet: EF, CA and 4B. RGB value is (239,202,75). Sum of RGB (Red+Green+Blue) = 239+202+75=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 75 (29.69% from 255 or 14.53% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA4B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA4B is #1035B4. Grayscale: #C7C7C7. Windows color (decimal): -1062325 or 4967151. OLE color: 4967151.

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

Color convert

RGB23920275-
CMYK00.150.690.06
HSL46.46º83.67%61.57%-
HSV(B)46.46º68.62%93.73%-
XYZ57.9961.115.39-
YUV198.5858.26156.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 75 (29.69% from 255) = 14.53%
R=46.32%
G=39.15%
B=14.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392027500.150.690.0646.4683.6761.57
HexEFCA4B0F4562e543e
Octal35731211301710565612476
Binary111011111100101010010110111110001011101011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA4B; }

 p { color: rgb(239,202,75); }

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

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

 a { background-color: rgb(239,202,75); }

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

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

 span { border-color: rgb(239,202,75); }

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