Html Css Color HEX #ECE38C Khaki

📋 copy color: '#ECE38C'

red 236 ◦ green 227 ◦ blue 140

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

Shades of Khaki #ECE38C

Tints of Khaki #ECE38C

RGB

 RED value IS 236 (92.58% from 255) = 39.14%

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

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

R = 39.14%
G = 37.65%
B = 23.22%

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

#ECE38C (or 0xECE38C) is known color: Khaki. HEX triplet: EC, E3 and 8C. RGB value is (236,227,140). Sum of RGB (Red+Green+Blue) = 236+227+140=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 140 (55.08% from 255 or 23.22% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE38C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE38C is #131C73. Grayscale: #DCDCDC. Windows color (decimal): -1252468 or 9233388. OLE color: 9233388.

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

Color convert

RGB 236 227 140 -
CMYK 0 0.04 0.41 0.07
HSL 54.38º 0.72% 0.74% -
HSV(B) 54.38º 0.41% 0.93% -
XYZ 66.79 74.66 35.7 -
YUV 219.77 82.98 139.57 -
System Red Green Blue C M Y K H S L
Decimal 236 227 140 0 0.04 0.41 0.07 54.38 0.72 0.74
Hex EC E3 8C 0 4 29 7 36 48 4A
Octal 354 343 214 0 4 51 7 66 110 112
Binary 11101100 11100011 10001100 0 100 101001 111 110110 1001000 1001010

Color Harmonies of #ECE38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE38C

Black with #ECE38C

Text Example


Text Example

White with #ECE38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE38C; }

 p { color: rgb(236,227,140); }

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

background-color css

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

 a { background-color: rgb(236,227,140); }

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

border-color css

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

 span { border-color: rgb(236,227,140); }

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