Html Css Color HEX #ECE48A Khaki

📋 copy color: '#ECE48A'

red 236 ◦ green 228 ◦ blue 138

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

Shades of Khaki #ECE48A

Tints of Khaki #ECE48A

RGB

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

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

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

R = 39.2%
G = 37.87%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECE48A (or 0xECE48A) is known color: Khaki. HEX triplet: EC, E4 and 8A. RGB value is (236,228,138). Sum of RGB (Red+Green+Blue) = 236+228+138=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE48A is #131B75. Grayscale: #DCDCDC. Windows color (decimal): -1252214 or 9102572. OLE color: 9102572.

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

Color convert

RGB 236 228 138 -
CMYK 0 0.03 0.42 0.07
HSL 55.1º 0.72% 0.73% -
HSV(B) 55.1º 0.42% 0.93% -
XYZ 66.92 75.15 35.02 -
YUV 220.13 81.65 139.32 -
System Red Green Blue C M Y K H S L
Decimal 236 228 138 0 0.03 0.42 0.07 55.1 0.72 0.73
Hex EC E4 8A 0 3 2A 7 37 48 49
Octal 354 344 212 0 3 52 7 67 110 111
Binary 11101100 11100100 10001010 0 11 101010 111 110111 1001000 1001001

Color Harmonies of #ECE48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE48A

Black with #ECE48A

Text Example


Text Example

White with #ECE48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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