Html Css Color HEX #EDDB88 Flax

📋 copy color: '#EDDB88'

red 237 ◦ green 219 ◦ blue 136

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

Shades of Flax #EDDB88

Tints of Flax #EDDB88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 22.97%

R = 40.03%
G = 36.99%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDDB88 (or 0xEDDB88) is known color: Flax. HEX triplet: ED, DB and 88. RGB value is (237,219,136). Sum of RGB (Red+Green+Blue) = 237+219+136=592 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.03% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 136 (53.52% from 255 or 22.97% from 592); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB88 is #122477. Grayscale: #D7D7D7. Windows color (decimal): -1188984 or 8969197. OLE color: 8969197.

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

Color convert

RGB 237 219 136 -
CMYK 0 0.08 0.43 0.07
HSL 49.31º 0.74% 0.73% -
HSV(B) 49.31º 0.43% 0.93% -
XYZ 64.7 70.45 33.48 -
YUV 214.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 237 219 136 0 0.08 0.43 0.07 49.31 0.74 0.73
Hex ED DB 88 0 8 2B 7 31 4A 49
Octal 355 333 210 0 10 53 7 61 112 111
Binary 11101101 11011011 10001000 0 1000 101011 111 110001 1001010 1001001

Color Harmonies of #EDDB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB88

Black with #EDDB88

Text Example


Text Example

White with #EDDB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB88; }

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

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

background-color css

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

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

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

border-color css

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

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

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