Html Css Color HEX #EDD982 Flax

📋 copy color: '#EDD982'

red 237 ◦ green 217 ◦ blue 130

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

Shades of Flax #EDD982

Tints of Flax #EDD982

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.16%

 BLUE value IS 130 (51.17% from 255) = 22.26%

R = 40.58%
G = 37.16%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EDD982 (or 0xEDD982) is known color: Flax. HEX triplet: ED, D9 and 82. RGB value is (237,217,130). Sum of RGB (Red+Green+Blue) = 237+217+130=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 217 (85.16% from 255 or 37.16% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD982 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD982 is #12267D. Grayscale: #D5D5D5. Windows color (decimal): -1189502 or 8575469. OLE color: 8575469.

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

Color convert

RGB 237 217 130 -
CMYK 0 0.08 0.45 0.07
HSL 48.79º 0.75% 0.72% -
HSV(B) 48.79º 0.45% 0.93% -
XYZ 63.77 69.24 31.12 -
YUV 213.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 237 217 130 0 0.08 0.45 0.07 48.79 0.75 0.72
Hex ED D9 82 0 8 2D 7 31 4B 48
Octal 355 331 202 0 10 55 7 61 113 110
Binary 11101101 11011001 10000010 0 1000 101101 111 110001 1001011 1001000

Color Harmonies of #EDD982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD982

Black with #EDD982

Text Example


Text Example

White with #EDD982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD982; }

 p { color: rgb(237,217,130); }

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

background-color css

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

 a { background-color: rgb(237,217,130); }

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

border-color css

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

 span { border-color: rgb(237,217,130); }

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