Html Css Color HEX #EDE98F Khaki

📋 copy color: '#EDE98F'

red 237 ◦ green 233 ◦ blue 143

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

Shades of Khaki #EDE98F

Tints of Khaki #EDE98F

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.01%

 BLUE value IS 143 (56.25% from 255) = 23.33%

R = 38.66%
G = 38.01%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE98F (or 0xEDE98F) is known color: Khaki. HEX triplet: ED, E9 and 8F. RGB value is (237,233,143). Sum of RGB (Red+Green+Blue) = 237+233+143=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 233 (91.41% from 255 or 38.01% from 613); Blue value is 143 (56.25% from 255 or 23.33% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98F is #121670. Grayscale: #E0E0E0. Windows color (decimal): -1185393 or 9431533. OLE color: 9431533.

HSL color Cylindrical-coordinate representation of color #EDE98F: hue angle of 57.45º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EDE98F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 143 -
CMYK 0 0.02 0.40 0.07
HSL 57.45º 0.72% 0.75% -
HSV(B) 57.45º 0.4% 0.93% -
XYZ 69.02 78.27 37.46 -
YUV 223.94 82.33 137.32 -
System Red Green Blue C M Y K H S L
Decimal 237 233 143 0 0.02 0.40 0.07 57.45 0.72 0.75
Hex ED E9 8F 0 2 28 7 39 48 4B
Octal 355 351 217 0 2 50 7 71 110 113
Binary 11101101 11101001 10001111 0 10 101000 111 111001 1001000 1001011

Color Harmonies of #EDE98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE98F

Black with #EDE98F

Text Example


Text Example

White with #EDE98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE98F; }

 p { color: rgb(237,233,143); }

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

background-color css

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

 a { background-color: rgb(237,233,143); }

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

border-color css

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

 span { border-color: rgb(237,233,143); }

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