Html Css Color HEX #EDDA8E Flax

📋 copy color: '#EDDA8E'

red 237 ◦ green 218 ◦ blue 142

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

Shades of Flax #EDDA8E

Tints of Flax #EDDA8E

RGB

 RED value IS 237 (92.97% from 255) = 39.7%

 GREEN value IS 218 (85.55% from 255) = 36.52%

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

R = 39.7%
G = 36.52%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDDA8E (or 0xEDDA8E) is known color: Flax. HEX triplet: ED, DA and 8E. RGB value is (237,218,142). Sum of RGB (Red+Green+Blue) = 237+218+142=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 142 (55.86% from 255 or 23.79% from 597); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8E is #122571. Grayscale: #D7D7D7. Windows color (decimal): -1189234 or 9362157. OLE color: 9362157.

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

Color convert

RGB 237 218 142 -
CMYK 0 0.08 0.40 0.07
HSL 48º 0.73% 0.74% -
HSV(B) 48º 0.4% 0.93% -
XYZ 64.88 70.1 35.7 -
YUV 215.02 86.79 143.68 -
System Red Green Blue C M Y K H S L
Decimal 237 218 142 0 0.08 0.40 0.07 48 0.73 0.74
Hex ED DA 8E 0 8 28 7 30 49 4A
Octal 355 332 216 0 10 50 7 60 111 112
Binary 11101101 11011010 10001110 0 1000 101000 111 110000 1001001 1001010

Color Harmonies of #EDDA8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA8E

Black with #EDDA8E

Text Example


Text Example

White with #EDDA8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA8E; }

 p { color: rgb(237,218,142); }

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

background-color css

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

 a { background-color: rgb(237,218,142); }

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

border-color css

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

 span { border-color: rgb(237,218,142); }

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