Html Css Color HEX #ECE68A Khaki

📋 copy color: '#ECE68A'

red 236 ◦ green 230 ◦ blue 138

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

Shades of Khaki #ECE68A

Tints of Khaki #ECE68A

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.08%

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

R = 39.07%
G = 38.08%
B = 22.85%

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

#ECE68A (or 0xECE68A) is known color: Khaki. HEX triplet: EC, E6 and 8A. RGB value is (236,230,138). Sum of RGB (Red+Green+Blue) = 236+230+138=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 230 (90.23% from 255 or 38.08% from 604); Blue value is 138 (54.30% from 255 or 22.85% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE68A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE68A is #131975. Grayscale: #DDDDDD. Windows color (decimal): -1251702 or 9103084. OLE color: 9103084.

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

Color convert

RGB 236 230 138 -
CMYK 0 0.03 0.42 0.07
HSL 56.33º 0.72% 0.73% -
HSV(B) 56.33º 0.42% 0.93% -
XYZ 67.48 76.26 35.21 -
YUV 221.31 80.99 138.48 -
System Red Green Blue C M Y K H S L
Decimal 236 230 138 0 0.03 0.42 0.07 56.33 0.72 0.73
Hex EC E6 8A 0 3 2A 7 38 48 49
Octal 354 346 212 0 3 52 7 70 110 111
Binary 11101100 11100110 10001010 0 11 101010 111 111000 1001000 1001001

Color Harmonies of #ECE68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE68A

Black with #ECE68A

Text Example


Text Example

White with #ECE68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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