Html Css Color HEX #ECE38A Khaki

📋 copy color: '#ECE38A'

red 236 ◦ green 227 ◦ blue 138

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

Shades of Khaki #ECE38A

Tints of Khaki #ECE38A

RGB

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

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

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

R = 39.27%
G = 37.77%
B = 22.96%

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

#ECE38A (or 0xECE38A) is known color: Khaki. HEX triplet: EC, E3 and 8A. RGB value is (236,227,138). Sum of RGB (Red+Green+Blue) = 236+227+138=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 138 (54.30% from 255 or 22.96% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE38A is #131C75. Grayscale: #DBDBDB. Windows color (decimal): -1252470 or 9102316. OLE color: 9102316.

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

Color convert

RGB 236 227 138 -
CMYK 0 0.04 0.42 0.07
HSL 54.49º 0.72% 0.73% -
HSV(B) 54.49º 0.42% 0.93% -
XYZ 66.65 74.61 34.93 -
YUV 219.55 81.98 139.74 -
System Red Green Blue C M Y K H S L
Decimal 236 227 138 0 0.04 0.42 0.07 54.49 0.72 0.73
Hex EC E3 8A 0 4 2A 7 36 48 49
Octal 354 343 212 0 4 52 7 66 110 111
Binary 11101100 11100011 10001010 0 100 101010 111 110110 1001000 1001001

Color Harmonies of #ECE38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE38A

Black with #ECE38A

Text Example


Text Example

White with #ECE38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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