Html Css Color HEX #EDE289 Khaki

📋 copy color: '#EDE289'

red 237 ◦ green 226 ◦ blue 137

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

Shades of Khaki #EDE289

Tints of Khaki #EDE289

RGB

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

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

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

R = 39.5%
G = 37.67%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE289 (or 0xEDE289) is known color: Khaki. HEX triplet: ED, E2 and 89. RGB value is (237,226,137). Sum of RGB (Red+Green+Blue) = 237+226+137=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 226 (88.67% from 255 or 37.67% from 600); Blue value is 137 (53.91% from 255 or 22.83% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE289 is #121D76. Grayscale: #DBDBDB. Windows color (decimal): -1187191 or 9036525. OLE color: 9036525.

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

Color convert

RGB 237 226 137 -
CMYK 0 0.05 0.42 0.07
HSL 53.4º 0.74% 0.73% -
HSV(B) 53.4º 0.42% 0.93% -
XYZ 66.64 74.2 34.48 -
YUV 219.14 81.64 140.74 -
System Red Green Blue C M Y K H S L
Decimal 237 226 137 0 0.05 0.42 0.07 53.4 0.74 0.73
Hex ED E2 89 0 5 2A 7 35 4A 49
Octal 355 342 211 0 5 52 7 65 112 111
Binary 11101101 11100010 10001001 0 101 101010 111 110101 1001010 1001001

Color Harmonies of #EDE289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE289

Black with #EDE289

Text Example


Text Example

White with #EDE289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE289; }

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

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

background-color css

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

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

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

border-color css

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

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

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