Html Css Color HEX #EADE7B Light Goldenrod

📋 copy color: '#EADE7B'

red 234 ◦ green 222 ◦ blue 123

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

Shades of Light Goldenrod #EADE7B

Tints of Light Goldenrod #EADE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 38.34%

 BLUE value IS 123 (48.44% from 255) = 21.24%

R = 40.41%
G = 38.34%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADE7B (or 0xEADE7B) is known color: Light Goldenrod. HEX triplet: EA, DE and 7B. RGB value is (234,222,123). Sum of RGB (Red+Green+Blue) = 234+222+123=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 222 (87.11% from 255 or 38.34% from 579); Blue value is 123 (48.44% from 255 or 21.24% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADE7B is #152184. Grayscale: #D6D6D6. Windows color (decimal): -1384837 or 8117994. OLE color: 8117994.

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

Color convert

RGB 234 222 123 -
CMYK 0 0.05 0.47 0.08
HSL 53.51º 0.73% 0.7% -
HSV(B) 53.51º 0.47% 0.92% -
XYZ 63.63 71.17 29.12 -
YUV 214.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 234 222 123 0 0.05 0.47 0.08 53.51 0.73 0.7
Hex EA DE 7B 0 5 2F 8 36 49 46
Octal 352 336 173 0 5 57 10 66 111 106
Binary 11101010 11011110 1111011 0 101 101111 1000 110110 1001001 1000110

Color Harmonies of #EADE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE7B

Black with #EADE7B

Text Example


Text Example

White with #EADE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE7B; }

 p { color: rgb(234,222,123); }

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

background-color css

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

 a { background-color: rgb(234,222,123); }

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

border-color css

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

 span { border-color: rgb(234,222,123); }

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