Html Css Color HEX #EAD688 Flax

📋 copy color: '#EAD688'

red 234 ◦ green 214 ◦ blue 136

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

Shades of Flax #EAD688

Tints of Flax #EAD688

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.64%

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

R = 40.07%
G = 36.64%
B = 23.29%

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

#EAD688 (or 0xEAD688) is known color: Flax. HEX triplet: EA, D6 and 88. RGB value is (234,214,136). Sum of RGB (Red+Green+Blue) = 234+214+136=584 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.07% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 136 (53.52% from 255 or 23.29% from 584); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD688 is #152977. Grayscale: #D3D3D3. Windows color (decimal): -1386872 or 8967914. OLE color: 8967914.

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

Color convert

RGB 234 214 136 -
CMYK 0 0.09 0.42 0.08
HSL 47.76º 0.7% 0.73% -
HSV(B) 47.76º 0.42% 0.92% -
XYZ 62.42 67.36 33 -
YUV 211.09 85.63 144.34 -
System Red Green Blue C M Y K H S L
Decimal 234 214 136 0 0.09 0.42 0.08 47.76 0.7 0.73
Hex EA D6 88 0 9 2A 8 30 46 49
Octal 352 326 210 0 11 52 10 60 106 111
Binary 11101010 11010110 10001000 0 1001 101010 1000 110000 1000110 1001001

Color Harmonies of #EAD688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD688

Black with #EAD688

Text Example


Text Example

White with #EAD688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD688; }

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

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

background-color css

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

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

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

border-color css

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

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

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