Html Css Color HEX #EAD982 Flax

📋 copy color: '#EAD982'

red 234 ◦ green 217 ◦ blue 130

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

Shades of Flax #EAD982

Tints of Flax #EAD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.35%

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

R = 40.28%
G = 37.35%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD982 (or 0xEAD982) is known color: Flax. HEX triplet: EA, D9 and 82. RGB value is (234,217,130). Sum of RGB (Red+Green+Blue) = 234+217+130=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 217 (85.16% from 255 or 37.35% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD982 is #15267D. Grayscale: #D4D4D4. Windows color (decimal): -1386110 or 8575466. OLE color: 8575466.

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

Color convert

RGB 234 217 130 -
CMYK 0 0.07 0.44 0.08
HSL 50.19º 0.71% 0.71% -
HSV(B) 50.19º 0.44% 0.92% -
XYZ 62.77 68.73 31.08 -
YUV 212.17 81.63 143.57 -
System Red Green Blue C M Y K H S L
Decimal 234 217 130 0 0.07 0.44 0.08 50.19 0.71 0.71
Hex EA D9 82 0 7 2C 8 32 47 47
Octal 352 331 202 0 7 54 10 62 107 107
Binary 11101010 11011001 10000010 0 111 101100 1000 110010 1000111 1000111

Color Harmonies of #EAD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD982

Black with #EAD982

Text Example


Text Example

White with #EAD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD982; }

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

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

background-color css

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

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

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

border-color css

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

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

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