Html Css Color HEX #ECEA8A Khaki

📋 copy color: '#ECEA8A'

red 236 ◦ green 234 ◦ blue 138

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

Shades of Khaki #ECEA8A

Tints of Khaki #ECEA8A

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.49%

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

R = 38.82%
G = 38.49%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#ECEA8A (or 0xECEA8A) is known color: Khaki. HEX triplet: EC, EA and 8A. RGB value is (236,234,138). Sum of RGB (Red+Green+Blue) = 236+234+138=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 138 (54.30% from 255 or 22.70% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA8A is #131575. Grayscale: #E0E0E0. Windows color (decimal): -1250678 or 9104108. OLE color: 9104108.

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

Color convert

RGB 236 234 138 -
CMYK 0 0.01 0.42 0.07
HSL 58.78º 0.72% 0.73% -
HSV(B) 58.78º 0.42% 0.93% -
XYZ 68.6 78.51 35.58 -
YUV 223.65 79.66 136.81 -
System Red Green Blue C M Y K H S L
Decimal 236 234 138 0 0.01 0.42 0.07 58.78 0.72 0.73
Hex EC EA 8A 0 1 2A 7 3B 48 49
Octal 354 352 212 0 1 52 7 73 110 111
Binary 11101100 11101010 10001010 0 1 101010 111 111011 1001000 1001001

Color Harmonies of #ECEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA8A

Black with #ECEA8A

Text Example


Text Example

White with #ECEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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