Html Css Color HEX #EDEB89 Khaki

📋 copy color: '#EDEB89'

red 237 ◦ green 235 ◦ blue 137

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

Shades of Khaki #EDEB89

Tints of Khaki #EDEB89

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.59%

 BLUE value IS 137 (53.91% from 255) = 22.5%

R = 38.92%
G = 38.59%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDEB89 (or 0xEDEB89) is known color: Khaki. HEX triplet: ED, EB and 89. RGB value is (237,235,137). Sum of RGB (Red+Green+Blue) = 237+235+137=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 235 (92.19% from 255 or 38.59% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB89 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB89 is #121476. Grayscale: #E0E0E0. Windows color (decimal): -1184887 or 9038829. OLE color: 9038829.

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

Color convert

RGB 237 235 137 -
CMYK 0 0.01 0.42 0.07
HSL 58.8º 0.74% 0.73% -
HSV(B) 58.8º 0.42% 0.93% -
XYZ 69.15 79.23 35.31 -
YUV 224.43 78.66 136.97 -
System Red Green Blue C M Y K H S L
Decimal 237 235 137 0 0.01 0.42 0.07 58.8 0.74 0.73
Hex ED EB 89 0 1 2A 7 3B 4A 49
Octal 355 353 211 0 1 52 7 73 112 111
Binary 11101101 11101011 10001001 0 1 101010 111 111011 1001010 1001001

Color Harmonies of #EDEB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB89

Black with #EDEB89

Text Example


Text Example

White with #EDEB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB89; }

 p { color: rgb(237,235,137); }

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

background-color css

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

 a { background-color: rgb(237,235,137); }

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

border-color css

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

 span { border-color: rgb(237,235,137); }

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