Html Css Color HEX #EDD780 Flax

📋 copy color: '#EDD780'

red 237 ◦ green 215 ◦ blue 128

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

Shades of Flax #EDD780

Tints of Flax #EDD780

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.07%

 BLUE value IS 128 (50.39% from 255) = 22.07%

R = 40.86%
G = 37.07%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EDD780 (or 0xEDD780) is known color: Flax. HEX triplet: ED, D7 and 80. RGB value is (237,215,128). Sum of RGB (Red+Green+Blue) = 237+215+128=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 215 (84.38% from 255 or 37.07% from 580); Blue value is 128 (50.39% from 255 or 22.07% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD780 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD780 is #12287F. Grayscale: #D4D4D4. Windows color (decimal): -1190016 or 8443885. OLE color: 8443885.

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

Color convert

RGB 237 215 128 -
CMYK 0 0.09 0.46 0.07
HSL 47.89º 0.75% 0.72% -
HSV(B) 47.89º 0.46% 0.93% -
XYZ 63.12 68.16 30.25 -
YUV 211.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 237 215 128 0 0.09 0.46 0.07 47.89 0.75 0.72
Hex ED D7 80 0 9 2E 7 30 4B 48
Octal 355 327 200 0 11 56 7 60 113 110
Binary 11101101 11010111 10000000 0 1001 101110 111 110000 1001011 1001000

Color Harmonies of #EDD780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD780

Black with #EDD780

Text Example


Text Example

White with #EDD780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD780; }

 p { color: rgb(237,215,128); }

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

background-color css

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

 a { background-color: rgb(237,215,128); }

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

border-color css

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

 span { border-color: rgb(237,215,128); }

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