Html Css Color HEX #EDDA8F Flax

📋 copy color: '#EDDA8F'

red 237 ◦ green 218 ◦ blue 143

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

Shades of Flax #EDDA8F

Tints of Flax #EDDA8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 23.91%

R = 39.63%
G = 36.45%
B = 23.91%

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

#EDDA8F (or 0xEDDA8F) is known color: Flax. HEX triplet: ED, DA and 8F. RGB value is (237,218,143). Sum of RGB (Red+Green+Blue) = 237+218+143=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 218 (85.55% from 255 or 36.45% from 598); Blue value is 143 (56.25% from 255 or 23.91% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA8F is #122570. Grayscale: #D7D7D7. Windows color (decimal): -1189233 or 9427693. OLE color: 9427693.

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

Color convert

RGB 237 218 143 -
CMYK 0 0.08 0.40 0.07
HSL 47.87º 0.72% 0.75% -
HSV(B) 47.87º 0.4% 0.93% -
XYZ 64.95 70.13 36.1 -
YUV 215.13 87.29 143.6 -
System Red Green Blue C M Y K H S L
Decimal 237 218 143 0 0.08 0.40 0.07 47.87 0.72 0.75
Hex ED DA 8F 0 8 28 7 30 48 4B
Octal 355 332 217 0 10 50 7 60 110 113
Binary 11101101 11011010 10001111 0 1000 101000 111 110000 1001000 1001011

Color Harmonies of #EDDA8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA8F

Black with #EDDA8F

Text Example


Text Example

White with #EDDA8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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