Html Css Color HEX #EEDA81 Flax

📋 copy color: '#EEDA81'

red 238 ◦ green 218 ◦ blue 129

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

Shades of Flax #EEDA81

Tints of Flax #EEDA81

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.26%

 BLUE value IS 129 (50.78% from 255) = 22.05%

R = 40.68%
G = 37.26%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEDA81 (or 0xEEDA81) is known color: Flax. HEX triplet: EE, DA and 81. RGB value is (238,218,129). Sum of RGB (Red+Green+Blue) = 238+218+129=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 218 (85.55% from 255 or 37.26% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDA81 is #11257E. Grayscale: #D6D6D6. Windows color (decimal): -1123711 or 8510190. OLE color: 8510190.

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

Color convert

RGB 238 218 129 -
CMYK 0 0.08 0.46 0.07
HSL 48.99º 0.76% 0.72% -
HSV(B) 48.99º 0.46% 0.93% -
XYZ 64.29 69.9 30.87 -
YUV 213.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 238 218 129 0 0.08 0.46 0.07 48.99 0.76 0.72
Hex EE DA 81 0 8 2E 7 31 4C 48
Octal 356 332 201 0 10 56 7 61 114 110
Binary 11101110 11011010 10000001 0 1000 101110 111 110001 1001100 1001000

Color Harmonies of #EEDA81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA81

Black with #EEDA81

Text Example


Text Example

White with #EEDA81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA81; }

 p { color: rgb(238,218,129); }

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

background-color css

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

 a { background-color: rgb(238,218,129); }

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

border-color css

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

 span { border-color: rgb(238,218,129); }

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