Html Css Color HEX #ECE694 Khaki

📋 copy color: '#ECE694'

red 236 ◦ green 230 ◦ blue 148

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

Shades of Khaki #ECE694

Tints of Khaki #ECE694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 24.1%

R = 38.44%
G = 37.46%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECE694 (or 0xECE694) is known color: Khaki. HEX triplet: EC, E6 and 94. RGB value is (236,230,148). Sum of RGB (Red+Green+Blue) = 236+230+148=614 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.44% from 614); Green value is 230 (90.23% from 255 or 37.46% from 614); Blue value is 148 (58.20% from 255 or 24.10% from 614); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE694 is #13196B. Grayscale: #DEDEDE. Windows color (decimal): -1251692 or 9758444. OLE color: 9758444.

HSL color Cylindrical-coordinate representation of color #ECE694: hue angle of 55.91º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE694 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 230 148 -
CMYK 0 0.03 0.37 0.07
HSL 55.91º 0.7% 0.75% -
HSV(B) 55.91º 0.37% 0.93% -
XYZ 68.23 76.56 39.2 -
YUV 222.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 236 230 148 0 0.03 0.37 0.07 55.91 0.7 0.75
Hex EC E6 94 0 3 25 7 38 46 4B
Octal 354 346 224 0 3 45 7 70 106 113
Binary 11101100 11100110 10010100 0 11 100101 111 111000 1000110 1001011

Color Harmonies of #ECE694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE694

Black with #ECE694

Text Example


Text Example

White with #ECE694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE694; }

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

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

background-color css

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

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

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

border-color css

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

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

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