Html Css Color HEX #EDDB8F Flax

📋 copy color: '#EDDB8F'

red 237 ◦ green 219 ◦ blue 143

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

Shades of Flax #EDDB8F

Tints of Flax #EDDB8F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.56%

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

R = 39.57%
G = 36.56%
B = 23.87%

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

#EDDB8F (or 0xEDDB8F) is known color: Flax. HEX triplet: ED, DB and 8F. RGB value is (237,219,143). Sum of RGB (Red+Green+Blue) = 237+219+143=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 143 (56.25% from 255 or 23.87% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB8F is #122470. Grayscale: #D8D8D8. Windows color (decimal): -1188977 or 9427949. OLE color: 9427949.

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

Color convert

RGB 237 219 143 -
CMYK 0 0.08 0.40 0.07
HSL 48.51º 0.72% 0.75% -
HSV(B) 48.51º 0.4% 0.93% -
XYZ 65.21 70.65 36.19 -
YUV 215.72 86.96 143.18 -
System Red Green Blue C M Y K H S L
Decimal 237 219 143 0 0.08 0.40 0.07 48.51 0.72 0.75
Hex ED DB 8F 0 8 28 7 31 48 4B
Octal 355 333 217 0 10 50 7 61 110 113
Binary 11101101 11011011 10001111 0 1000 101000 111 110001 1001000 1001011

Color Harmonies of #EDDB8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB8F

Black with #EDDB8F

Text Example


Text Example

White with #EDDB8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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