Html Css Color HEX #EDDB84 Flax

📋 copy color: '#EDDB84'

red 237 ◦ green 219 ◦ blue 132

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

Shades of Flax #EDDB84

Tints of Flax #EDDB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.45%

R = 40.31%
G = 37.24%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EDDB84 (or 0xEDDB84) is known color: Flax. HEX triplet: ED, DB and 84. RGB value is (237,219,132). Sum of RGB (Red+Green+Blue) = 237+219+132=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 132 (51.95% from 255 or 22.45% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB84 is #12247B. Grayscale: #D6D6D6. Windows color (decimal): -1188988 or 8707053. OLE color: 8707053.

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

Color convert

RGB 237 219 132 -
CMYK 0 0.08 0.44 0.07
HSL 49.71º 0.74% 0.72% -
HSV(B) 49.71º 0.44% 0.93% -
XYZ 64.42 70.33 32.01 -
YUV 214.46 81.46 144.07 -
System Red Green Blue C M Y K H S L
Decimal 237 219 132 0 0.08 0.44 0.07 49.71 0.74 0.72
Hex ED DB 84 0 8 2C 7 32 4A 48
Octal 355 333 204 0 10 54 7 62 112 110
Binary 11101101 11011011 10000100 0 1000 101100 111 110010 1001010 1001000

Color Harmonies of #EDDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDB84

Black with #EDDB84

Text Example


Text Example

White with #EDDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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