Html Css Color HEX #EDD878 Flax

📋 copy color: '#EDD878'

red 237 ◦ green 216 ◦ blue 120

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

Shades of Flax #EDD878

Tints of Flax #EDD878

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.7%

 BLUE value IS 120 (47.27% from 255) = 20.94%

R = 41.36%
G = 37.7%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EDD878 (or 0xEDD878) is known color: Flax. HEX triplet: ED, D8 and 78. RGB value is (237,216,120). Sum of RGB (Red+Green+Blue) = 237+216+120=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 120 (47.27% from 255 or 20.94% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD878 is #122787. Grayscale: #D3D3D3. Windows color (decimal): -1189768 or 7919853. OLE color: 7919853.

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

Color convert

RGB 237 216 120 -
CMYK 0 0.09 0.49 0.07
HSL 49.23º 0.76% 0.7% -
HSV(B) 49.23º 0.49% 0.93% -
XYZ 62.87 68.47 27.67 -
YUV 211.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 237 216 120 0 0.09 0.49 0.07 49.23 0.76 0.7
Hex ED D8 78 0 9 31 7 31 4C 46
Octal 355 330 170 0 11 61 7 61 114 106
Binary 11101101 11011000 1111000 0 1001 110001 111 110001 1001100 1000110

Color Harmonies of #EDD878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD878

Black with #EDD878

Text Example


Text Example

White with #EDD878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD878; }

 p { color: rgb(237,216,120); }

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

background-color css

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

 a { background-color: rgb(237,216,120); }

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

border-color css

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

 span { border-color: rgb(237,216,120); }

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