Html Css Color HEX #EEDB7F Flax

📋 copy color: '#EEDB7F'

red 238 ◦ green 219 ◦ blue 127

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

Shades of Flax #EEDB7F

Tints of Flax #EEDB7F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.5%

 BLUE value IS 127 (50% from 255) = 21.75%

R = 40.75%
G = 37.5%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EEDB7F (or 0xEEDB7F) is known color: Flax. HEX triplet: EE, DB and 7F. RGB value is (238,219,127). Sum of RGB (Red+Green+Blue) = 238+219+127=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 219 (85.94% from 255 or 37.5% from 584); Blue value is 127 (50% from 255 or 21.75% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB7F is #112480. Grayscale: #D6D6D6. Windows color (decimal): -1123457 or 8379374. OLE color: 8379374.

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

Color convert

RGB 238 219 127 -
CMYK 0 0.08 0.47 0.07
HSL 49.73º 0.77% 0.72% -
HSV(B) 49.73º 0.47% 0.93% -
XYZ 64.42 70.37 30.27 -
YUV 214.19 78.79 144.98 -
System Red Green Blue C M Y K H S L
Decimal 238 219 127 0 0.08 0.47 0.07 49.73 0.77 0.72
Hex EE DB 7F 0 8 2F 7 32 4D 48
Octal 356 333 177 0 10 57 7 62 115 110
Binary 11101110 11011011 1111111 0 1000 101111 111 110010 1001101 1001000

Color Harmonies of #EEDB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB7F

Black with #EEDB7F

Text Example


Text Example

White with #EEDB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB7F; }

 p { color: rgb(238,219,127); }

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

background-color css

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

 a { background-color: rgb(238,219,127); }

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

border-color css

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

 span { border-color: rgb(238,219,127); }

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