Html Css Color HEX #EED87A Flax

📋 copy color: '#EED87A'

red 238 ◦ green 216 ◦ blue 122

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

Shades of Flax #EED87A

Tints of Flax #EED87A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.18%

R = 41.32%
G = 37.5%
B = 21.18%

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

#EED87A (or 0xEED87A) is known color: Flax. HEX triplet: EE, D8 and 7A. RGB value is (238,216,122). Sum of RGB (Red+Green+Blue) = 238+216+122=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 122 (48.05% from 255 or 21.18% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87A is #112785. Grayscale: #D4D4D4. Windows color (decimal): -1124230 or 8050926. OLE color: 8050926.

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

Color convert

RGB 238 216 122 -
CMYK 0 0.09 0.49 0.07
HSL 48.62º 0.77% 0.71% -
HSV(B) 48.62º 0.49% 0.93% -
XYZ 63.33 68.69 28.33 -
YUV 211.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 238 216 122 0 0.09 0.49 0.07 48.62 0.77 0.71
Hex EE D8 7A 0 9 31 7 31 4D 47
Octal 356 330 172 0 11 61 7 61 115 107
Binary 11101110 11011000 1111010 0 1001 110001 111 110001 1001101 1000111

Color Harmonies of #EED87A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED87A

Black with #EED87A

Text Example


Text Example

White with #EED87A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED87A; }

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

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

background-color css

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

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

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

border-color css

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

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

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