#EACD50

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

Shades of Festival #EACD50

Tints of Festival #EACD50

Color information

#EACD50 (or 0xEACD50) is unknown color: approx Festival. HEX triplet: EA, CD and 50. RGB value is (234,205,80). Sum of RGB (Red+Green+Blue) = 234+205+80=519 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.09% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 80 (31.64% from 255 or 15.41% from 519); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD50 is #1532AF. Grayscale: #C7C7C7. Windows color (decimal): -1389232 or 5295594. OLE color: 5295594.

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

Color convert

RGB23420580-
CMYK00.120.660.08
HSL48.7º78.57%61.57%-
HSV(B)48.7º65.81%91.76%-
XYZ57.2161.7316.49-
YUV199.4260.61152.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 45.09%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 80 (31.64% from 255) = 15.41%
R=45.09%
G=39.50%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2342058000.120.660.0848.778.5761.57
HexEACD500C428314f3e
Octal352315120014102106111776
Binary1110101011001101101000001100100001010001100011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EACD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EACD50; }

 p { color: rgb(234,205,80); }

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

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

 a { background-color: rgb(234,205,80); }

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

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

 span { border-color: rgb(234,205,80); }

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