Html Css Color HEX #EEDF90 Khaki

📋 copy color: '#EEDF90'

red 238 ◦ green 223 ◦ blue 144

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

Shades of Khaki #EEDF90

Tints of Khaki #EEDF90

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.86%

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

R = 39.34%
G = 36.86%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EEDF90 (or 0xEEDF90) is known color: Khaki. HEX triplet: EE, DF and 90. RGB value is (238,223,144). Sum of RGB (Red+Green+Blue) = 238+223+144=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 144 (56.64% from 255 or 23.80% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDF90 is #11206F. Grayscale: #DADADA. Windows color (decimal): -1122416 or 9494510. OLE color: 9494510.

HSL color Cylindrical-coordinate representation of color #EEDF90: hue angle of 50.43º 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 #EEDF90 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 223 144 -
CMYK 0 0.06 0.39 0.07
HSL 50.43º 0.73% 0.75% -
HSV(B) 50.43º 0.39% 0.93% -
XYZ 66.68 72.97 36.95 -
YUV 218.48 85.97 141.92 -
System Red Green Blue C M Y K H S L
Decimal 238 223 144 0 0.06 0.39 0.07 50.43 0.73 0.75
Hex EE DF 90 0 6 27 7 32 49 4B
Octal 356 337 220 0 6 47 7 62 111 113
Binary 11101110 11011111 10010000 0 110 100111 111 110010 1001001 1001011

Color Harmonies of #EEDF90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDF90

Black with #EEDF90

Text Example


Text Example

White with #EEDF90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDF90; }

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

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

background-color css

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

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

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

border-color css

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

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

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