Html Css Color HEX #EDE398 Khaki

📋 copy color: '#EDE398'

red 237 ◦ green 227 ◦ blue 152

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

Shades of Khaki #EDE398

Tints of Khaki #EDE398

RGB

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

 GREEN value IS 227 (89.06% from 255) = 36.85%

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

R = 38.47%
G = 36.85%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EDE398 (or 0xEDE398) is known color: Khaki. HEX triplet: ED, E3 and 98. RGB value is (237,227,152). Sum of RGB (Red+Green+Blue) = 237+227+152=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE398 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE398 is #121C67. Grayscale: #DDDDDD. Windows color (decimal): -1186920 or 10019821. OLE color: 10019821.

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

Color convert

RGB 237 227 152 -
CMYK 0 0.04 0.36 0.07
HSL 52.94º 0.7% 0.76% -
HSV(B) 52.94º 0.36% 0.93% -
XYZ 68.06 75.21 40.64 -
YUV 221.44 88.81 139.1 -
System Red Green Blue C M Y K H S L
Decimal 237 227 152 0 0.04 0.36 0.07 52.94 0.7 0.76
Hex ED E3 98 0 4 24 7 35 46 4C
Octal 355 343 230 0 4 44 7 65 106 114
Binary 11101101 11100011 10011000 0 100 100100 111 110101 1000110 1001100

Color Harmonies of #EDE398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE398

Black with #EDE398

Text Example


Text Example

White with #EDE398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE398; }

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

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

background-color css

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

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

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

border-color css

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

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

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