Html Css Color HEX #EDE488 Khaki

📋 copy color: '#EDE488'

red 237 ◦ green 228 ◦ blue 136

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

Shades of Khaki #EDE488

Tints of Khaki #EDE488

RGB

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

 GREEN value IS 228 (89.45% from 255) = 37.94%

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

R = 39.43%
G = 37.94%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EDE488 (or 0xEDE488) is known color: Khaki. HEX triplet: ED, E4 and 88. RGB value is (237,228,136). Sum of RGB (Red+Green+Blue) = 237+228+136=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 136 (53.52% from 255 or 22.63% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE488 is #121B77. Grayscale: #DCDCDC. Windows color (decimal): -1186680 or 8971501. OLE color: 8971501.

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

Color convert

RGB 237 228 136 -
CMYK 0 0.04 0.43 0.07
HSL 54.65º 0.74% 0.73% -
HSV(B) 54.65º 0.43% 0.93% -
XYZ 67.11 75.27 34.28 -
YUV 220.2 80.48 139.98 -
System Red Green Blue C M Y K H S L
Decimal 237 228 136 0 0.04 0.43 0.07 54.65 0.74 0.73
Hex ED E4 88 0 4 2B 7 37 4A 49
Octal 355 344 210 0 4 53 7 67 112 111
Binary 11101101 11100100 10001000 0 100 101011 111 110111 1001010 1001001

Color Harmonies of #EDE488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE488

Black with #EDE488

Text Example


Text Example

White with #EDE488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE488; }

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

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

background-color css

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

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

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

border-color css

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

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

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