Html Css Color HEX #EAD68E Flax

📋 copy color: '#EAD68E'

red 234 ◦ green 214 ◦ blue 142

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

Shades of Flax #EAD68E

Tints of Flax #EAD68E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 24.07%

R = 39.66%
G = 36.27%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#EAD68E (or 0xEAD68E) is known color: Flax. HEX triplet: EA, D6 and 8E. RGB value is (234,214,142). Sum of RGB (Red+Green+Blue) = 234+214+142=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 142 (55.86% from 255 or 24.07% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68E is #152971. Grayscale: #D4D4D4. Windows color (decimal): -1386866 or 9361130. OLE color: 9361130.

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

Color convert

RGB 234 214 142 -
CMYK 0 0.09 0.39 0.08
HSL 46.96º 0.69% 0.74% -
HSV(B) 46.96º 0.39% 0.92% -
XYZ 62.86 67.54 35.31 -
YUV 211.77 88.63 143.85 -
System Red Green Blue C M Y K H S L
Decimal 234 214 142 0 0.09 0.39 0.08 46.96 0.69 0.74
Hex EA D6 8E 0 9 27 8 2F 45 4A
Octal 352 326 216 0 11 47 10 57 105 112
Binary 11101010 11010110 10001110 0 1001 100111 1000 101111 1000101 1001010

Color Harmonies of #EAD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD68E

Black with #EAD68E

Text Example


Text Example

White with #EAD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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