Html Css Color HEX #EADB7A Light Goldenrod

📋 copy color: '#EADB7A'

red 234 ◦ green 219 ◦ blue 122

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

Shades of Light Goldenrod #EADB7A

Tints of Light Goldenrod #EADB7A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.09%

 BLUE value IS 122 (48.05% from 255) = 21.22%

R = 40.7%
G = 38.09%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.08

RGB Variations

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

Color information

#EADB7A (or 0xEADB7A) is known color: Light Goldenrod. HEX triplet: EA, DB and 7A. RGB value is (234,219,122). Sum of RGB (Red+Green+Blue) = 234+219+122=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 122 (48.05% from 255 or 21.22% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7A is #152485. Grayscale: #D4D4D4. Windows color (decimal): -1385606 or 8051690. OLE color: 8051690.

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

Color convert

RGB 234 219 122 -
CMYK 0 0.06 0.48 0.08
HSL 51.96º 0.73% 0.7% -
HSV(B) 51.96º 0.48% 0.92% -
XYZ 62.78 69.56 28.53 -
YUV 212.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 234 219 122 0 0.06 0.48 0.08 51.96 0.73 0.7
Hex EA DB 7A 0 6 30 8 34 49 46
Octal 352 333 172 0 6 60 10 64 111 106
Binary 11101010 11011011 1111010 0 110 110000 1000 110100 1001001 1000110

Color Harmonies of #EADB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB7A

Black with #EADB7A

Text Example


Text Example

White with #EADB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB7A; }

 p { color: rgb(234,219,122); }

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

background-color css

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

 a { background-color: rgb(234,219,122); }

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

border-color css

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

 span { border-color: rgb(234,219,122); }

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