Html Css Color HEX #EDDA84 Flax

📋 copy color: '#EDDA84'

red 237 ◦ green 218 ◦ blue 132

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

Shades of Flax #EDDA84

Tints of Flax #EDDA84

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.14%

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

R = 40.37%
G = 37.14%
B = 22.49%

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

#EDDA84 (or 0xEDDA84) is known color: Flax. HEX triplet: ED, DA and 84. RGB value is (237,218,132). Sum of RGB (Red+Green+Blue) = 237+218+132=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 218 (85.55% from 255 or 37.14% from 587); Blue value is 132 (51.95% from 255 or 22.49% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA84 is #12257B. Grayscale: #D6D6D6. Windows color (decimal): -1189244 or 8706797. OLE color: 8706797.

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

Color convert

RGB 237 218 132 -
CMYK 0 0.08 0.44 0.07
HSL 49.14º 0.74% 0.72% -
HSV(B) 49.14º 0.44% 0.93% -
XYZ 64.16 69.81 31.92 -
YUV 213.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 237 218 132 0 0.08 0.44 0.07 49.14 0.74 0.72
Hex ED DA 84 0 8 2C 7 31 4A 48
Octal 355 332 204 0 10 54 7 61 112 110
Binary 11101101 11011010 10000100 0 1000 101100 111 110001 1001010 1001000

Color Harmonies of #EDDA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA84

Black with #EDDA84

Text Example


Text Example

White with #EDDA84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA84; }

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

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

background-color css

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

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

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

border-color css

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

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

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