Html Css Color HEX #EDE58A Khaki

📋 copy color: '#EDE58A'

red 237 ◦ green 229 ◦ blue 138

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

Shades of Khaki #EDE58A

Tints of Khaki #EDE58A

RGB

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

 GREEN value IS 229 (89.84% from 255) = 37.91%

 BLUE value IS 138 (54.3% from 255) = 22.85%

R = 39.24%
G = 37.91%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE58A (or 0xEDE58A) is known color: Khaki. HEX triplet: ED, E5 and 8A. RGB value is (237,229,138). Sum of RGB (Red+Green+Blue) = 237+229+138=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 229 (89.84% from 255 or 37.91% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE58A is #121A75. Grayscale: #DDDDDD. Windows color (decimal): -1186422 or 9102829. OLE color: 9102829.

HSL color Cylindrical-coordinate representation of color #EDE58A: hue angle of 55.15º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EDE58A is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 229 138 -
CMYK 0 0.03 0.42 0.07
HSL 55.15º 0.73% 0.74% -
HSV(B) 55.15º 0.42% 0.93% -
XYZ 67.53 75.88 35.13 -
YUV 221.02 81.15 139.4 -
System Red Green Blue C M Y K H S L
Decimal 237 229 138 0 0.03 0.42 0.07 55.15 0.73 0.74
Hex ED E5 8A 0 3 2A 7 37 49 4A
Octal 355 345 212 0 3 52 7 67 111 112
Binary 11101101 11100101 10001010 0 11 101010 111 110111 1001001 1001010

Color Harmonies of #EDE58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE58A

Black with #EDE58A

Text Example


Text Example

White with #EDE58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE58A; }

 p { color: rgb(237,229,138); }

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

background-color css

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

 a { background-color: rgb(237,229,138); }

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

border-color css

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

 span { border-color: rgb(237,229,138); }

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