Html Css Color HEX #EAD48C Flax

📋 copy color: '#EAD48C'

red 234 ◦ green 212 ◦ blue 140

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

Shades of Flax #EAD48C

Tints of Flax #EAD48C

RGB

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

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

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

R = 39.93%
G = 36.18%
B = 23.89%

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

#EAD48C (or 0xEAD48C) is known color: Flax. HEX triplet: EA, D4 and 8C. RGB value is (234,212,140). Sum of RGB (Red+Green+Blue) = 234+212+140=586 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.93% from 586); Green value is 212 (83.20% from 255 or 36.18% from 586); Blue value is 140 (55.08% from 255 or 23.89% from 586); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD48C is #152B73. Grayscale: #D2D2D2. Windows color (decimal): -1387380 or 9229546. OLE color: 9229546.

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

Color convert

RGB 234 212 140 -
CMYK 0 0.09 0.40 0.08
HSL 45.96º 0.69% 0.73% -
HSV(B) 45.96º 0.4% 0.92% -
XYZ 62.21 66.47 34.36 -
YUV 210.37 88.29 144.85 -
System Red Green Blue C M Y K H S L
Decimal 234 212 140 0 0.09 0.40 0.08 45.96 0.69 0.73
Hex EA D4 8C 0 9 28 8 2E 45 49
Octal 352 324 214 0 11 50 10 56 105 111
Binary 11101010 11010100 10001100 0 1001 101000 1000 101110 1000101 1001001

Color Harmonies of #EAD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD48C

Black with #EAD48C

Text Example


Text Example

White with #EAD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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