Html Css Color HEX #EADB7B Light Goldenrod

📋 copy color: '#EADB7B'

red 234 ◦ green 219 ◦ blue 123

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

Shades of Light Goldenrod #EADB7B

Tints of Light Goldenrod #EADB7B

RGB

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

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

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

R = 40.63%
G = 38.02%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EADB7B (or 0xEADB7B) is known color: Light Goldenrod. HEX triplet: EA, DB and 7B. RGB value is (234,219,123). Sum of RGB (Red+Green+Blue) = 234+219+123=576 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.62% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 123 (48.44% from 255 or 21.35% from 576); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB7B is #152484. Grayscale: #D4D4D4. Windows color (decimal): -1385605 or 8117226. OLE color: 8117226.

HSL color Cylindrical-coordinate representation of color #EADB7B: hue angle of 51.89º 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 #EADB7B is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 123 -
CMYK 0 0.06 0.47 0.08
HSL 51.89º 0.73% 0.7% -
HSV(B) 51.89º 0.47% 0.92% -
XYZ 62.84 69.59 28.86 -
YUV 212.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 234 219 123 0 0.06 0.47 0.08 51.89 0.73 0.7
Hex EA DB 7B 0 6 2F 8 34 49 46
Octal 352 333 173 0 6 57 10 64 111 106
Binary 11101010 11011011 1111011 0 110 101111 1000 110100 1001001 1000110

Color Harmonies of #EADB7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB7B

Black with #EADB7B

Text Example


Text Example

White with #EADB7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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