Html Css Color HEX #EDE188 Khaki

📋 copy color: '#EDE188'

red 237 ◦ green 225 ◦ blue 136

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

Shades of Khaki #EDE188

Tints of Khaki #EDE188

RGB

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

 GREEN value IS 225 (88.28% from 255) = 37.63%

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

R = 39.63%
G = 37.63%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE188 (or 0xEDE188) is known color: Khaki. HEX triplet: ED, E1 and 88. RGB value is (237,225,136). Sum of RGB (Red+Green+Blue) = 237+225+136=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 225 (88.28% from 255 or 37.63% from 598); Blue value is 136 (53.52% from 255 or 22.74% from 598); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE188 is #121E77. Grayscale: #DADADA. Windows color (decimal): -1187448 or 8970733. OLE color: 8970733.

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

Color convert

RGB 237 225 136 -
CMYK 0 0.05 0.43 0.07
HSL 52.87º 0.74% 0.73% -
HSV(B) 52.87º 0.43% 0.93% -
XYZ 66.29 73.63 34.01 -
YUV 218.44 81.48 141.24 -
System Red Green Blue C M Y K H S L
Decimal 237 225 136 0 0.05 0.43 0.07 52.87 0.74 0.73
Hex ED E1 88 0 5 2B 7 35 4A 49
Octal 355 341 210 0 5 53 7 65 112 111
Binary 11101101 11100001 10001000 0 101 101011 111 110101 1001010 1001001

Color Harmonies of #EDE188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE188

Black with #EDE188

Text Example


Text Example

White with #EDE188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE188; }

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

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

background-color css

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

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

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

border-color css

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

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

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