Html Css Color HEX #EDDA8C Flax

📋 copy color: '#EDDA8C'

red 237 ◦ green 218 ◦ blue 140

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

Shades of Flax #EDDA8C

Tints of Flax #EDDA8C

RGB

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

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

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

R = 39.83%
G = 36.64%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDDA8C (or 0xEDDA8C) is known color: Flax. HEX triplet: ED, DA and 8C. RGB value is (237,218,140). Sum of RGB (Red+Green+Blue) = 237+218+140=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 218 (85.55% from 255 or 36.64% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8C is #122573. Grayscale: #D7D7D7. Windows color (decimal): -1189236 or 9231085. OLE color: 9231085.

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

Color convert

RGB 237 218 140 -
CMYK 0 0.08 0.41 0.07
HSL 48.25º 0.73% 0.74% -
HSV(B) 48.25º 0.41% 0.93% -
XYZ 64.73 70.04 34.92 -
YUV 214.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 237 218 140 0 0.08 0.41 0.07 48.25 0.73 0.74
Hex ED DA 8C 0 8 29 7 30 49 4A
Octal 355 332 214 0 10 51 7 60 111 112
Binary 11101101 11011010 10001100 0 1000 101001 111 110000 1001001 1001010

Color Harmonies of #EDDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA8C

Black with #EDDA8C

Text Example


Text Example

White with #EDDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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