Html Css Color HEX #EDE592 Khaki

📋 copy color: '#EDE592'

red 237 ◦ green 229 ◦ blue 146

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

Shades of Khaki #EDE592

Tints of Khaki #EDE592

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.42%

 BLUE value IS 146 (57.42% from 255) = 23.86%

R = 38.73%
G = 37.42%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE592 (or 0xEDE592) is known color: Khaki. HEX triplet: ED, E5 and 92. RGB value is (237,229,146). Sum of RGB (Red+Green+Blue) = 237+229+146=612 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.73% from 612); Green value is 229 (89.84% from 255 or 37.42% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE592 is #121A6D. Grayscale: #DEDEDE. Windows color (decimal): -1186414 or 9627117. OLE color: 9627117.

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

Color convert

RGB 237 229 146 -
CMYK 0 0.03 0.38 0.07
HSL 54.73º 0.72% 0.75% -
HSV(B) 54.73º 0.38% 0.93% -
XYZ 68.13 76.12 38.3 -
YUV 221.93 85.15 138.75 -
System Red Green Blue C M Y K H S L
Decimal 237 229 146 0 0.03 0.38 0.07 54.73 0.72 0.75
Hex ED E5 92 0 3 26 7 37 48 4B
Octal 355 345 222 0 3 46 7 67 110 113
Binary 11101101 11100101 10010010 0 11 100110 111 110111 1001000 1001011

Color Harmonies of #EDE592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE592

Black with #EDE592

Text Example


Text Example

White with #EDE592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE592; }

 p { color: rgb(237,229,146); }

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

background-color css

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

 a { background-color: rgb(237,229,146); }

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

border-color css

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

 span { border-color: rgb(237,229,146); }

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