Html Css Color HEX #EDE598 Khaki

📋 copy color: '#EDE598'

red 237 ◦ green 229 ◦ blue 152

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

Shades of Khaki #EDE598

Tints of Khaki #EDE598

RGB

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

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

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

R = 38.35%
G = 37.06%
B = 24.6%

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

#EDE598 (or 0xEDE598) is known color: Khaki. HEX triplet: ED, E5 and 98. RGB value is (237,229,152). Sum of RGB (Red+Green+Blue) = 237+229+152=618 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.35% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 152 (59.77% from 255 or 24.60% from 618); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE598 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE598 is #121A67. Grayscale: #DEDEDE. Windows color (decimal): -1186408 or 10020333. OLE color: 10020333.

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

Color convert

RGB 237 229 152 -
CMYK 0 0.03 0.36 0.07
HSL 54.35º 0.7% 0.76% -
HSV(B) 54.35º 0.36% 0.93% -
XYZ 68.61 76.31 40.82 -
YUV 222.61 88.15 138.26 -
System Red Green Blue C M Y K H S L
Decimal 237 229 152 0 0.03 0.36 0.07 54.35 0.7 0.76
Hex ED E5 98 0 3 24 7 36 46 4C
Octal 355 345 230 0 3 44 7 66 106 114
Binary 11101101 11100101 10011000 0 11 100100 111 110110 1000110 1001100

Color Harmonies of #EDE598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE598

Black with #EDE598

Text Example


Text Example

White with #EDE598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE598; }

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

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

background-color css

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

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

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

border-color css

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

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

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