Html Css Color HEX #EADC82 Light Goldenrod

📋 copy color: '#EADC82'

red 234 ◦ green 220 ◦ blue 130

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

Shades of Light Goldenrod #EADC82

Tints of Light Goldenrod #EADC82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 40.07%
G = 37.67%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EADC82 (or 0xEADC82) is known color: Light Goldenrod. HEX triplet: EA, DC and 82. RGB value is (234,220,130). Sum of RGB (Red+Green+Blue) = 234+220+130=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EADC82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADC82 is #15237D. Grayscale: #D6D6D6. Windows color (decimal): -1385342 or 8576234. OLE color: 8576234.

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

Color convert

RGB 234 220 130 -
CMYK 0 0.06 0.44 0.08
HSL 51.92º 0.71% 0.71% -
HSV(B) 51.92º 0.44% 0.92% -
XYZ 63.55 70.29 31.34 -
YUV 213.93 80.64 142.32 -
System Red Green Blue C M Y K H S L
Decimal 234 220 130 0 0.06 0.44 0.08 51.92 0.71 0.71
Hex EA DC 82 0 6 2C 8 34 47 47
Octal 352 334 202 0 6 54 10 64 107 107
Binary 11101010 11011100 10000010 0 110 101100 1000 110100 1000111 1000111

Color Harmonies of #EADC82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADC82

Black with #EADC82

Text Example


Text Example

White with #EADC82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADC82; }

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

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

background-color css

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

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

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

border-color css

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

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

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