Html Css Color HEX #EEDD90 Khaki

📋 copy color: '#EEDD90'

red 238 ◦ green 221 ◦ blue 144

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

Shades of Khaki #EEDD90

Tints of Khaki #EEDD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 144 (56.64% from 255) = 23.88%

R = 39.47%
G = 36.65%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EEDD90 (or 0xEEDD90) is known color: Khaki. HEX triplet: EE, DD and 90. RGB value is (238,221,144). Sum of RGB (Red+Green+Blue) = 238+221+144=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD90 is #11226F. Grayscale: #D9D9D9. Windows color (decimal): -1122928 or 9493998. OLE color: 9493998.

HSL color Cylindrical-coordinate representation of color #EEDD90: hue angle of 49.15º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEDD90 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 221 144 -
CMYK 0 0.07 0.39 0.07
HSL 49.15º 0.73% 0.75% -
HSV(B) 49.15º 0.39% 0.93% -
XYZ 66.15 71.9 36.78 -
YUV 217.31 86.63 142.76 -
System Red Green Blue C M Y K H S L
Decimal 238 221 144 0 0.07 0.39 0.07 49.15 0.73 0.75
Hex EE DD 90 0 7 27 7 31 49 4B
Octal 356 335 220 0 7 47 7 61 111 113
Binary 11101110 11011101 10010000 0 111 100111 111 110001 1001001 1001011

Color Harmonies of #EEDD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDD90

Black with #EEDD90

Text Example


Text Example

White with #EEDD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDD90; }

 p { color: rgb(238,221,144); }

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

background-color css

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

 a { background-color: rgb(238,221,144); }

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

border-color css

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

 span { border-color: rgb(238,221,144); }

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