Html Css Color HEX #EDDB77 Flax

📋 copy color: '#EDDB77'

red 237 ◦ green 219 ◦ blue 119

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

Shades of Flax #EDDB77

Tints of Flax #EDDB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.7%

R = 41.22%
G = 38.09%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDDB77 (or 0xEDDB77) is known color: Flax. HEX triplet: ED, DB and 77. RGB value is (237,219,119). Sum of RGB (Red+Green+Blue) = 237+219+119=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 219 (85.94% from 255 or 38.09% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDB77 is #122488. Grayscale: #D5D5D5. Windows color (decimal): -1189001 or 7855085. OLE color: 7855085.

HSL color Cylindrical-coordinate representation of color #EDDB77: hue angle of 50.85º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDDB77 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 219 119 -
CMYK 0 0.08 0.50 0.07
HSL 50.85º 0.77% 0.7% -
HSV(B) 50.85º 0.5% 0.93% -
XYZ 63.59 70 27.61 -
YUV 212.98 74.96 145.13 -
System Red Green Blue C M Y K H S L
Decimal 237 219 119 0 0.08 0.50 0.07 50.85 0.77 0.7
Hex ED DB 77 0 8 32 7 33 4D 46
Octal 355 333 167 0 10 62 7 63 115 106
Binary 11101101 11011011 1110111 0 1000 110010 111 110011 1001101 1000110

Color Harmonies of #EDDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB77

Black with #EDDB77

Text Example


Text Example

White with #EDDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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