Html Css Color HEX #EDE288 Khaki

📋 copy color: '#EDE288'

red 237 ◦ green 226 ◦ blue 136

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

Shades of Khaki #EDE288

Tints of Khaki #EDE288

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.73%

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

R = 39.57%
G = 37.73%
B = 22.7%

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

#EDE288 (or 0xEDE288) is known color: Khaki. HEX triplet: ED, E2 and 88. RGB value is (237,226,136). Sum of RGB (Red+Green+Blue) = 237+226+136=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 136 (53.52% from 255 or 22.70% from 599); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE288 is #121D77. Grayscale: #DBDBDB. Windows color (decimal): -1187192 or 8970989. OLE color: 8970989.

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

Color convert

RGB 237 226 136 -
CMYK 0 0.05 0.43 0.07
HSL 53.47º 0.74% 0.73% -
HSV(B) 53.47º 0.43% 0.93% -
XYZ 66.57 74.17 34.1 -
YUV 219.03 81.14 140.82 -
System Red Green Blue C M Y K H S L
Decimal 237 226 136 0 0.05 0.43 0.07 53.47 0.74 0.73
Hex ED E2 88 0 5 2B 7 35 4A 49
Octal 355 342 210 0 5 53 7 65 112 111
Binary 11101101 11100010 10001000 0 101 101011 111 110101 1001010 1001001

Color Harmonies of #EDE288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE288

Black with #EDE288

Text Example


Text Example

White with #EDE288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE288; }

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

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

background-color css

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

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

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

border-color css

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

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

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