Html Css Color HEX #EDE492 Khaki

📋 copy color: '#EDE492'

red 237 ◦ green 228 ◦ blue 146

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

Shades of Khaki #EDE492

Tints of Khaki #EDE492

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.32%

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

R = 38.79%
G = 37.32%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EDE492 (or 0xEDE492) is known color: Khaki. HEX triplet: ED, E4 and 92. RGB value is (237,228,146). Sum of RGB (Red+Green+Blue) = 237+228+146=611 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.79% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE492 is #121B6D. Grayscale: #DDDDDD. Windows color (decimal): -1186670 or 9626861. OLE color: 9626861.

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

Color convert

RGB 237 228 146 -
CMYK 0 0.04 0.38 0.07
HSL 54.07º 0.72% 0.75% -
HSV(B) 54.07º 0.38% 0.93% -
XYZ 67.86 75.57 38.2 -
YUV 221.34 85.48 139.17 -
System Red Green Blue C M Y K H S L
Decimal 237 228 146 0 0.04 0.38 0.07 54.07 0.72 0.75
Hex ED E4 92 0 4 26 7 36 48 4B
Octal 355 344 222 0 4 46 7 66 110 113
Binary 11101101 11100100 10010010 0 100 100110 111 110110 1001000 1001011

Color Harmonies of #EDE492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE492

Black with #EDE492

Text Example


Text Example

White with #EDE492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE492; }

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

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

background-color css

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

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

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

border-color css

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

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

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