#EAD64B

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

Shades of Festival #EAD64B

Tints of Festival #EAD64B

Color information

#EAD64B (or 0xEAD64B) is unknown color: approx Festival. HEX triplet: EA, D6 and 4B. RGB value is (234,214,75). Sum of RGB (Red+Green+Blue) = 234+214+75=523 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.74% from 523); Green value is 214 (83.98% from 255 or 40.92% from 523); Blue value is 75 (29.69% from 255 or 14.34% from 523); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD64B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAD64B is #1529B4. Grayscale: #CCCCCC. Windows color (decimal): -1386933 or 4970218. OLE color: 4970218.

HSL color Cylindrical-coordinate representation of color #EAD64B: hue angle of 52.45º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EAD64B is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB23421475-
CMYK00.090.680.08
HSL52.45º79.1%60.59%-
HSV(B)52.45º67.95%91.76%-
XYZ59.2566.0916.29-
YUV204.1355.13149.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 44.74%
GREEN value IS 214 (83.98% from 255) = 40.92%
BLUE value IS 75 (29.69% from 255) = 14.34%
R=44.74%
G=40.92%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342147500.090.680.0852.4579.160.59
HexEAD64B09448344f3d
Octal352326113011104106411775
Binary1110101011010110100101101001100010010001101001001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAD64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAD64B; }

 p { color: rgb(234,214,75); }

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

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

 a { background-color: rgb(234,214,75); }

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

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

 span { border-color: rgb(234,214,75); }

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