Html Css Color HEX #EDE390 Khaki

📋 copy color: '#EDE390'

red 237 ◦ green 227 ◦ blue 144

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

Shades of Khaki #EDE390

Tints of Khaki #EDE390

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.34%

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

R = 38.98%
G = 37.34%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE390 (or 0xEDE390) is known color: Khaki. HEX triplet: ED, E3 and 90. RGB value is (237,227,144). Sum of RGB (Red+Green+Blue) = 237+227+144=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 227 (89.06% from 255 or 37.34% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE390 is #121C6F. Grayscale: #DCDCDC. Windows color (decimal): -1186928 or 9495533. OLE color: 9495533.

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

Color convert

RGB 237 227 144 -
CMYK 0 0.04 0.39 0.07
HSL 53.55º 0.72% 0.75% -
HSV(B) 53.55º 0.39% 0.93% -
XYZ 67.43 74.96 37.3 -
YUV 220.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 237 227 144 0 0.04 0.39 0.07 53.55 0.72 0.75
Hex ED E3 90 0 4 27 7 36 48 4B
Octal 355 343 220 0 4 47 7 66 110 113
Binary 11101101 11100011 10010000 0 100 100111 111 110110 1001000 1001011

Color Harmonies of #EDE390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE390

Black with #EDE390

Text Example


Text Example

White with #EDE390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE390; }

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

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

background-color css

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

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

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

border-color css

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

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

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