Html Css Color HEX #EDDB8A Flax

📋 copy color: '#EDDB8A'

red 237 ◦ green 219 ◦ blue 138

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

Shades of Flax #EDDB8A

Tints of Flax #EDDB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 23.23%

R = 39.9%
G = 36.87%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDDB8A (or 0xEDDB8A) is known color: Flax. HEX triplet: ED, DB and 8A. RGB value is (237,219,138). Sum of RGB (Red+Green+Blue) = 237+219+138=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB8A is #122475. Grayscale: #D7D7D7. Windows color (decimal): -1188982 or 9100269. OLE color: 9100269.

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

Color convert

RGB 237 219 138 -
CMYK 0 0.08 0.42 0.07
HSL 49.09º 0.73% 0.74% -
HSV(B) 49.09º 0.42% 0.93% -
XYZ 64.84 70.5 34.24 -
YUV 215.15 84.46 143.59 -
System Red Green Blue C M Y K H S L
Decimal 237 219 138 0 0.08 0.42 0.07 49.09 0.73 0.74
Hex ED DB 8A 0 8 2A 7 31 49 4A
Octal 355 333 212 0 10 52 7 61 111 112
Binary 11101101 11011011 10001010 0 1000 101010 111 110001 1001001 1001010

Color Harmonies of #EDDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB8A

Black with #EDDB8A

Text Example


Text Example

White with #EDDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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