Html Css Color HEX #EAD882 Flax

📋 copy color: '#EAD882'

red 234 ◦ green 216 ◦ blue 130

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

Shades of Flax #EAD882

Tints of Flax #EAD882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.24%

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

R = 40.34%
G = 37.24%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAD882 (or 0xEAD882) is known color: Flax. HEX triplet: EA, D8 and 82. RGB value is (234,216,130). Sum of RGB (Red+Green+Blue) = 234+216+130=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 216 (84.77% from 255 or 37.24% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD882 is #15277D. Grayscale: #D3D3D3. Windows color (decimal): -1386366 or 8575210. OLE color: 8575210.

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

Color convert

RGB 234 216 130 -
CMYK 0 0.08 0.44 0.08
HSL 49.62º 0.71% 0.71% -
HSV(B) 49.62º 0.44% 0.92% -
XYZ 62.52 68.22 30.99 -
YUV 211.58 81.96 143.99 -
System Red Green Blue C M Y K H S L
Decimal 234 216 130 0 0.08 0.44 0.08 49.62 0.71 0.71
Hex EA D8 82 0 8 2C 8 32 47 47
Octal 352 330 202 0 10 54 10 62 107 107
Binary 11101010 11011000 10000010 0 1000 101100 1000 110010 1000111 1000111

Color Harmonies of #EAD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD882

Black with #EAD882

Text Example


Text Example

White with #EAD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD882; }

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

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

background-color css

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

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

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

border-color css

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

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

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