Html Css Color HEX #EDED88 Khaki

📋 copy color: '#EDED88'

red 237 ◦ green 237 ◦ blue 136

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

Shades of Khaki #EDED88

Tints of Khaki #EDED88

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.85%

 BLUE value IS 136 (53.52% from 255) = 22.3%

R = 38.85%
G = 38.85%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDED88 (or 0xEDED88) is known color: Khaki. HEX triplet: ED, ED and 88. RGB value is (237,237,136). Sum of RGB (Red+Green+Blue) = 237+237+136=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 237 (92.97% from 255 or 38.85% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 237 - color contains mainly: red, green. Hex color #EDED88 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDED88 is #121277. Grayscale: #E1E1E1. Windows color (decimal): -1184376 or 8973805. OLE color: 8973805.

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

Color convert

RGB 237 237 136 -
CMYK 0 0 0.43 0.07
HSL 60º 0.74% 0.73% -
HSV(B) 60º 0.43% 0.93% -
XYZ 69.65 80.35 35.13 -
YUV 225.49 77.5 136.21 -
System Red Green Blue C M Y K H S L
Decimal 237 237 136 0 0 0.43 0.07 60 0.74 0.73
Hex ED ED 88 0 0 2B 7 3C 4A 49
Octal 355 355 210 0 0 53 7 74 112 111
Binary 11101101 11101101 10001000 0 0 101011 111 111100 1001010 1001001

Color Harmonies of #EDED88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDED88

Black with #EDED88

Text Example


Text Example

White with #EDED88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDED88; }

 p { color: rgb(237,237,136); }

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

background-color css

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

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

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

border-color css

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

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

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