Html Css Color HEX #EDE38E Khaki

📋 copy color: '#EDE38E'

red 237 ◦ green 227 ◦ blue 142

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

Shades of Khaki #EDE38E

Tints of Khaki #EDE38E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 37.46%

 BLUE value IS 142 (55.86% from 255) = 23.43%

R = 39.11%
G = 37.46%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDE38E (or 0xEDE38E) is known color: Khaki. HEX triplet: ED, E3 and 8E. RGB value is (237,227,142). Sum of RGB (Red+Green+Blue) = 237+227+142=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 142 (55.86% from 255 or 23.43% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDE38E is #121C71. Grayscale: #DCDCDC. Windows color (decimal): -1186930 or 9364461. OLE color: 9364461.

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

Color convert

RGB 237 227 142 -
CMYK 0 0.04 0.40 0.07
HSL 53.68º 0.73% 0.74% -
HSV(B) 53.68º 0.4% 0.93% -
XYZ 67.28 74.9 36.5 -
YUV 220.3 83.81 139.91 -
System Red Green Blue C M Y K H S L
Decimal 237 227 142 0 0.04 0.40 0.07 53.68 0.73 0.74
Hex ED E3 8E 0 4 28 7 36 49 4A
Octal 355 343 216 0 4 50 7 66 111 112
Binary 11101101 11100011 10001110 0 100 101000 111 110110 1001001 1001010

Color Harmonies of #EDE38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE38E

Black with #EDE38E

Text Example


Text Example

White with #EDE38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE38E; }

 p { color: rgb(237,227,142); }

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

background-color css

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

 a { background-color: rgb(237,227,142); }

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

border-color css

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

 span { border-color: rgb(237,227,142); }

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