Html Css Color HEX #EED87B Flax

📋 copy color: '#EED87B'

red 238 ◦ green 216 ◦ blue 123

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

Shades of Flax #EED87B

Tints of Flax #EED87B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.32%

R = 41.25%
G = 37.44%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.07

RGB Variations

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

Color information

#EED87B (or 0xEED87B) is known color: Flax. HEX triplet: EE, D8 and 7B. RGB value is (238,216,123). Sum of RGB (Red+Green+Blue) = 238+216+123=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 123 (48.44% from 255 or 21.32% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED87B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED87B is #112784. Grayscale: #D4D4D4. Windows color (decimal): -1124229 or 8116462. OLE color: 8116462.

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

Color convert

RGB 238 216 123 -
CMYK 0 0.09 0.48 0.07
HSL 48.52º 0.77% 0.71% -
HSV(B) 48.52º 0.48% 0.93% -
XYZ 63.39 68.72 28.66 -
YUV 211.98 77.79 146.56 -
System Red Green Blue C M Y K H S L
Decimal 238 216 123 0 0.09 0.48 0.07 48.52 0.77 0.71
Hex EE D8 7B 0 9 30 7 31 4D 47
Octal 356 330 173 0 11 60 7 61 115 107
Binary 11101110 11011000 1111011 0 1001 110000 111 110001 1001101 1000111

Color Harmonies of #EED87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED87B

Black with #EED87B

Text Example


Text Example

White with #EED87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED87B; }

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

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

background-color css

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

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

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

border-color css

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

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

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