Html Css Color HEX #EADC7E Light Goldenrod

📋 copy color: '#EADC7E'

red 234 ◦ green 220 ◦ blue 126

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

Shades of Light Goldenrod #EADC7E

Tints of Light Goldenrod #EADC7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.72%

R = 40.34%
G = 37.93%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EADC7E (or 0xEADC7E) is known color: Light Goldenrod. HEX triplet: EA, DC and 7E. RGB value is (234,220,126). Sum of RGB (Red+Green+Blue) = 234+220+126=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 220 (86.33% from 255 or 37.93% from 580); Blue value is 126 (49.61% from 255 or 21.72% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADC7E is #152381. Grayscale: #D5D5D5. Windows color (decimal): -1385346 or 8314090. OLE color: 8314090.

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

Color convert

RGB 234 220 126 -
CMYK 0 0.06 0.46 0.08
HSL 52.22º 0.72% 0.71% -
HSV(B) 52.22º 0.46% 0.92% -
XYZ 63.29 70.19 29.95 -
YUV 213.47 78.64 142.64 -
System Red Green Blue C M Y K H S L
Decimal 234 220 126 0 0.06 0.46 0.08 52.22 0.72 0.71
Hex EA DC 7E 0 6 2E 8 34 48 47
Octal 352 334 176 0 6 56 10 64 110 107
Binary 11101010 11011100 1111110 0 110 101110 1000 110100 1001000 1000111

Color Harmonies of #EADC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC7E

Black with #EADC7E

Text Example


Text Example

White with #EADC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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