Html Css Color HEX #EDE48A Khaki

📋 copy color: '#EDE48A'

red 237 ◦ green 228 ◦ blue 138

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

Shades of Khaki #EDE48A

Tints of Khaki #EDE48A

RGB

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

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

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

R = 39.3%
G = 37.81%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EDE48A (or 0xEDE48A) is known color: Khaki. HEX triplet: ED, E4 and 8A. RGB value is (237,228,138). Sum of RGB (Red+Green+Blue) = 237+228+138=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 138 (54.30% from 255 or 22.89% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE48A is #121B75. Grayscale: #DCDCDC. Windows color (decimal): -1186678 or 9102573. OLE color: 9102573.

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

Color convert

RGB 237 228 138 -
CMYK 0 0.04 0.42 0.07
HSL 54.55º 0.73% 0.74% -
HSV(B) 54.55º 0.42% 0.93% -
XYZ 67.26 75.33 35.04 -
YUV 220.43 81.48 139.82 -
System Red Green Blue C M Y K H S L
Decimal 237 228 138 0 0.04 0.42 0.07 54.55 0.73 0.74
Hex ED E4 8A 0 4 2A 7 37 49 4A
Octal 355 344 212 0 4 52 7 67 111 112
Binary 11101101 11100100 10001010 0 100 101010 111 110111 1001001 1001010

Color Harmonies of #EDE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE48A

Black with #EDE48A

Text Example


Text Example

White with #EDE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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