Html Css Color HEX #EDE48C Khaki

📋 copy color: '#EDE48C'

red 237 ◦ green 228 ◦ blue 140

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

Shades of Khaki #EDE48C

Tints of Khaki #EDE48C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.14%

R = 39.17%
G = 37.69%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EDE48C (or 0xEDE48C) is known color: Khaki. HEX triplet: ED, E4 and 8C. RGB value is (237,228,140). Sum of RGB (Red+Green+Blue) = 237+228+140=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 140 (55.08% from 255 or 23.14% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE48C is #121B73. Grayscale: #DDDDDD. Windows color (decimal): -1186676 or 9233645. OLE color: 9233645.

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

Color convert

RGB 237 228 140 -
CMYK 0 0.04 0.41 0.07
HSL 54.43º 0.73% 0.74% -
HSV(B) 54.43º 0.41% 0.93% -
XYZ 67.4 75.38 35.81 -
YUV 220.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 237 228 140 0 0.04 0.41 0.07 54.43 0.73 0.74
Hex ED E4 8C 0 4 29 7 36 49 4A
Octal 355 344 214 0 4 51 7 66 111 112
Binary 11101101 11100100 10001100 0 100 101001 111 110110 1001001 1001010

Color Harmonies of #EDE48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE48C

Black with #EDE48C

Text Example


Text Example

White with #EDE48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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