Html Css Color HEX #EDE698 Khaki

📋 copy color: '#EDE698'

red 237 ◦ green 230 ◦ blue 152

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

Shades of Khaki #EDE698

Tints of Khaki #EDE698

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.16%

 BLUE value IS 152 (59.77% from 255) = 24.56%

R = 38.29%
G = 37.16%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE698 (or 0xEDE698) is known color: Khaki. HEX triplet: ED, E6 and 98. RGB value is (237,230,152). Sum of RGB (Red+Green+Blue) = 237+230+152=619 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.29% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 152 (59.77% from 255 or 24.56% from 619); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE698 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE698 is #121967. Grayscale: #DFDFDF. Windows color (decimal): -1186152 or 10020589. OLE color: 10020589.

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

Color convert

RGB 237 230 152 -
CMYK 0 0.03 0.36 0.07
HSL 55.06º 0.7% 0.76% -
HSV(B) 55.06º 0.36% 0.93% -
XYZ 68.89 76.87 40.91 -
YUV 223.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 237 230 152 0 0.03 0.36 0.07 55.06 0.7 0.76
Hex ED E6 98 0 3 24 7 37 46 4C
Octal 355 346 230 0 3 44 7 67 106 114
Binary 11101101 11100110 10011000 0 11 100100 111 110111 1000110 1001100

Color Harmonies of #EDE698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE698

Black with #EDE698

Text Example


Text Example

White with #EDE698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE698; }

 p { color: rgb(237,230,152); }

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

background-color css

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

 a { background-color: rgb(237,230,152); }

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

border-color css

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

 span { border-color: rgb(237,230,152); }

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