Html Css Color HEX #EDE990 Khaki

📋 copy color: '#EDE990'

red 237 ◦ green 233 ◦ blue 144

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

Shades of Khaki #EDE990

Tints of Khaki #EDE990

RGB

 RED value IS 237 (92.97% from 255) = 38.6%

 GREEN value IS 233 (91.41% from 255) = 37.95%

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

R = 38.6%
G = 37.95%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE990 (or 0xEDE990) is known color: Khaki. HEX triplet: ED, E9 and 90. RGB value is (237,233,144). Sum of RGB (Red+Green+Blue) = 237+233+144=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 233 (91.41% from 255 or 37.95% from 614); Blue value is 144 (56.64% from 255 or 23.45% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE990 is #12166F. Grayscale: #E0E0E0. Windows color (decimal): -1185392 or 9497069. OLE color: 9497069.

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

Color convert

RGB 237 233 144 -
CMYK 0 0.02 0.39 0.07
HSL 57.42º 0.72% 0.75% -
HSV(B) 57.42º 0.39% 0.93% -
XYZ 69.1 78.3 37.86 -
YUV 224.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 237 233 144 0 0.02 0.39 0.07 57.42 0.72 0.75
Hex ED E9 90 0 2 27 7 39 48 4B
Octal 355 351 220 0 2 47 7 71 110 113
Binary 11101101 11101001 10010000 0 10 100111 111 111001 1001000 1001011

Color Harmonies of #EDE990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE990

Black with #EDE990

Text Example


Text Example

White with #EDE990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE990; }

 p { color: rgb(237,233,144); }

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

background-color css

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

 a { background-color: rgb(237,233,144); }

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

border-color css

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

 span { border-color: rgb(237,233,144); }

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