Html Css Color HEX #EAD68C Flax

📋 copy color: '#EAD68C'

red 234 ◦ green 214 ◦ blue 140

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

Shades of Flax #EAD68C

Tints of Flax #EAD68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.81%

R = 39.8%
G = 36.39%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD68C (or 0xEAD68C) is known color: Flax. HEX triplet: EA, D6 and 8C. RGB value is (234,214,140). Sum of RGB (Red+Green+Blue) = 234+214+140=588 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.80% from 588); Green value is 214 (83.98% from 255 or 36.39% from 588); Blue value is 140 (55.08% from 255 or 23.81% from 588); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD68C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD68C is #152973. Grayscale: #D3D3D3. Windows color (decimal): -1386868 or 9230058. OLE color: 9230058.

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

Color convert

RGB 234 214 140 -
CMYK 0 0.09 0.40 0.08
HSL 47.23º 0.69% 0.73% -
HSV(B) 47.23º 0.4% 0.92% -
XYZ 62.71 67.48 34.53 -
YUV 211.54 87.63 144.02 -
System Red Green Blue C M Y K H S L
Decimal 234 214 140 0 0.09 0.40 0.08 47.23 0.69 0.73
Hex EA D6 8C 0 9 28 8 2F 45 49
Octal 352 326 214 0 11 50 10 57 105 111
Binary 11101010 11010110 10001100 0 1001 101000 1000 101111 1000101 1001001

Color Harmonies of #EAD68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD68C

Black with #EAD68C

Text Example


Text Example

White with #EAD68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD68C; }

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

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

background-color css

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

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

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

border-color css

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

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

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