Html Css Color HEX #EDE792 Khaki

📋 copy color: '#EDE792'

red 237 ◦ green 231 ◦ blue 146

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

Shades of Khaki #EDE792

Tints of Khaki #EDE792

RGB

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

 GREEN value IS 231 (90.63% from 255) = 37.62%

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

R = 38.6%
G = 37.62%
B = 23.78%

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

#EDE792 (or 0xEDE792) is known color: Khaki. HEX triplet: ED, E7 and 92. RGB value is (237,231,146). Sum of RGB (Red+Green+Blue) = 237+231+146=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE792 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE792 is #12186D. Grayscale: #DFDFDF. Windows color (decimal): -1185902 or 9627629. OLE color: 9627629.

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

Color convert

RGB 237 231 146 -
CMYK 0 0.03 0.38 0.07
HSL 56.04º 0.72% 0.75% -
HSV(B) 56.04º 0.38% 0.93% -
XYZ 68.69 77.23 38.48 -
YUV 223.1 84.49 137.91 -
System Red Green Blue C M Y K H S L
Decimal 237 231 146 0 0.03 0.38 0.07 56.04 0.72 0.75
Hex ED E7 92 0 3 26 7 38 48 4B
Octal 355 347 222 0 3 46 7 70 110 113
Binary 11101101 11100111 10010010 0 11 100110 111 111000 1001000 1001011

Color Harmonies of #EDE792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE792

Black with #EDE792

Text Example


Text Example

White with #EDE792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE792; }

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

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

background-color css

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

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

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

border-color css

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

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

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