Html Css Color HEX #EDE291 Khaki

📋 copy color: '#EDE291'

red 237 ◦ green 226 ◦ blue 145

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

Shades of Khaki #EDE291

Tints of Khaki #EDE291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 23.85%

R = 38.98%
G = 37.17%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EDE291 (or 0xEDE291) is known color: Khaki. HEX triplet: ED, E2 and 91. RGB value is (237,226,145). Sum of RGB (Red+Green+Blue) = 237+226+145=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 145 (57.03% from 255 or 23.85% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE291 is #121D6E. Grayscale: #DCDCDC. Windows color (decimal): -1187183 or 9560813. OLE color: 9560813.

HSL color Cylindrical-coordinate representation of color #EDE291: hue angle of 52.83º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EDE291 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 226 145 -
CMYK 0 0.05 0.39 0.07
HSL 52.83º 0.72% 0.75% -
HSV(B) 52.83º 0.39% 0.93% -
XYZ 67.23 74.44 37.61 -
YUV 220.06 85.64 140.09 -
System Red Green Blue C M Y K H S L
Decimal 237 226 145 0 0.05 0.39 0.07 52.83 0.72 0.75
Hex ED E2 91 0 5 27 7 35 48 4B
Octal 355 342 221 0 5 47 7 65 110 113
Binary 11101101 11100010 10010001 0 101 100111 111 110101 1001000 1001011

Color Harmonies of #EDE291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE291

Black with #EDE291

Text Example


Text Example

White with #EDE291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE291; }

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

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

background-color css

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

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

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

border-color css

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

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

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