Html Css Color HEX #EADC78 Light Goldenrod

📋 copy color: '#EADC78'

red 234 ◦ green 220 ◦ blue 120

#EADC78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Goldenrod #EADC78

Tints of Light Goldenrod #EADC78

RGB

 RED value IS 234 (91.8% from 255) = 40.77%

 GREEN value IS 220 (86.33% from 255) = 38.33%

 BLUE value IS 120 (47.27% from 255) = 20.91%

R = 40.77%
G = 38.33%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EADC78 (or 0xEADC78) is known color: Light Goldenrod. HEX triplet: EA, DC and 78. RGB value is (234,220,120). Sum of RGB (Red+Green+Blue) = 234+220+120=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 120 (47.27% from 255 or 20.91% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC78 is #152387. Grayscale: #D5D5D5. Windows color (decimal): -1385352 or 7920874. OLE color: 7920874.

HSL color Cylindrical-coordinate representation of color #EADC78: hue angle of 52.63º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EADC78 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 220 120 -
CMYK 0 0.06 0.49 0.08
HSL 52.63º 0.73% 0.69% -
HSV(B) 52.63º 0.49% 0.92% -
XYZ 62.92 70.03 27.97 -
YUV 212.79 75.64 143.13 -
System Red Green Blue C M Y K H S L
Decimal 234 220 120 0 0.06 0.49 0.08 52.63 0.73 0.69
Hex EA DC 78 0 6 31 8 35 49 45
Octal 352 334 170 0 6 61 10 65 111 105
Binary 11101010 11011100 1111000 0 110 110001 1000 110101 1001001 1000101

Color Harmonies of #EADC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC78

Black with #EADC78

Text Example


Text Example

White with #EADC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC78; }

 p { color: rgb(234,220,120); }

 H1.HeaderClassName
 {
   color: #EADC78;
 }
 .AnyTagClassName
 {
   color: #EADC78;
 }
</style>

background-color css

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

 a { background-color: rgb(234,220,120); }

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

border-color css

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

 span { border-color: rgb(234,220,120); }

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