Html Css Color HEX #EDE98B Khaki

📋 copy color: '#EDE98B'

red 237 ◦ green 233 ◦ blue 139

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

Shades of Khaki #EDE98B

Tints of Khaki #EDE98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.82%

R = 38.92%
G = 38.26%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDE98B (or 0xEDE98B) is known color: Khaki. HEX triplet: ED, E9 and 8B. RGB value is (237,233,139). Sum of RGB (Red+Green+Blue) = 237+233+139=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE98B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE98B is #121674. Grayscale: #DFDFDF. Windows color (decimal): -1185397 or 9169389. OLE color: 9169389.

HSL color Cylindrical-coordinate representation of color #EDE98B: hue angle of 57.55º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDE98B is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 233 139 -
CMYK 0 0.02 0.41 0.07
HSL 57.55º 0.73% 0.74% -
HSV(B) 57.55º 0.41% 0.93% -
XYZ 68.72 78.15 35.89 -
YUV 223.48 80.33 137.64 -
System Red Green Blue C M Y K H S L
Decimal 237 233 139 0 0.02 0.41 0.07 57.55 0.73 0.74
Hex ED E9 8B 0 2 29 7 3A 49 4A
Octal 355 351 213 0 2 51 7 72 111 112
Binary 11101101 11101001 10001011 0 10 101001 111 111010 1001001 1001010

Color Harmonies of #EDE98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE98B

Black with #EDE98B

Text Example


Text Example

White with #EDE98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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