Html Css Color HEX #EED877 Flax

📋 copy color: '#EED877'

red 238 ◦ green 216 ◦ blue 119

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

Shades of Flax #EED877

Tints of Flax #EED877

RGB

 RED value IS 238 (93.36% from 255) = 41.54%

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

 BLUE value IS 119 (46.88% from 255) = 20.77%

R = 41.54%
G = 37.7%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EED877 (or 0xEED877) is known color: Flax. HEX triplet: EE, D8 and 77. RGB value is (238,216,119). Sum of RGB (Red+Green+Blue) = 238+216+119=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 216 (84.77% from 255 or 37.70% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 238 - color contains mainly: red. Hex color #EED877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED877 is #112788. Grayscale: #D3D3D3. Windows color (decimal): -1124233 or 7854318. OLE color: 7854318.

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

Color convert

RGB 238 216 119 -
CMYK 0 0.09 0.50 0.07
HSL 48.91º 0.78% 0.7% -
HSV(B) 48.91º 0.5% 0.93% -
XYZ 63.15 68.62 27.37 -
YUV 211.52 75.79 146.89 -
System Red Green Blue C M Y K H S L
Decimal 238 216 119 0 0.09 0.50 0.07 48.91 0.78 0.7
Hex EE D8 77 0 9 32 7 31 4E 46
Octal 356 330 167 0 11 62 7 61 116 106
Binary 11101110 11011000 1110111 0 1001 110010 111 110001 1001110 1000110

Color Harmonies of #EED877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED877

Black with #EED877

Text Example


Text Example

White with #EED877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED877; }

 p { color: rgb(238,216,119); }

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

background-color css

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

 a { background-color: rgb(238,216,119); }

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

border-color css

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

 span { border-color: rgb(238,216,119); }

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