Html Css Color HEX #EAD488 Flax

📋 copy color: '#EAD488'

red 234 ◦ green 212 ◦ blue 136

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

Shades of Flax #EAD488

Tints of Flax #EAD488

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.43%

 BLUE value IS 136 (53.52% from 255) = 23.37%

R = 40.21%
G = 36.43%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAD488 (or 0xEAD488) is known color: Flax. HEX triplet: EA, D4 and 88. RGB value is (234,212,136). Sum of RGB (Red+Green+Blue) = 234+212+136=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 212 (83.20% from 255 or 36.43% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD488 is #152B77. Grayscale: #D2D2D2. Windows color (decimal): -1387384 or 8967402. OLE color: 8967402.

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

Color convert

RGB 234 212 136 -
CMYK 0 0.09 0.42 0.08
HSL 46.53º 0.7% 0.73% -
HSV(B) 46.53º 0.42% 0.92% -
XYZ 61.92 66.36 32.84 -
YUV 209.91 86.29 145.18 -
System Red Green Blue C M Y K H S L
Decimal 234 212 136 0 0.09 0.42 0.08 46.53 0.7 0.73
Hex EA D4 88 0 9 2A 8 2F 46 49
Octal 352 324 210 0 11 52 10 57 106 111
Binary 11101010 11010100 10001000 0 1001 101010 1000 101111 1000110 1001001

Color Harmonies of #EAD488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD488

Black with #EAD488

Text Example


Text Example

White with #EAD488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD488; }

 p { color: rgb(234,212,136); }

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

background-color css

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

 a { background-color: rgb(234,212,136); }

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

border-color css

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

 span { border-color: rgb(234,212,136); }

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