#ECE680

Color #ECE680 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #ECE680

Tints of Texas #ECE680

Color information

#ECE680 (or 0xECE680) is unknown color: approx Texas. HEX triplet: EC, E6 and 80. RGB value is (236,230,128). Sum of RGB (Red+Green+Blue) = 236+230+128=594 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.73% from 594); Green value is 230 (90.23% from 255 or 38.72% from 594); Blue value is 128 (50.39% from 255 or 21.55% from 594); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE680 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE680 is #13197F. Grayscale: #DCDCDC. Windows color (decimal): -1251712 or 8447724. OLE color: 8447724.

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

Color convert

RGB236230128-
CMYK00.030.460.07
HSL56.67º73.97%71.37%-
HSV(B)56.67º45.76%92.55%-
XYZ66.7975.9931.57-
YUV220.1775.99139.29-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.73%
GREEN value IS 230 (90.23% from 255) = 38.72%
BLUE value IS 128 (50.39% from 255) = 21.55%
R=39.73%
G=38.72%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623012800.030.460.0756.6773.9771.37
HexECE680032E7394a47
Octal3543462000356771112107
Binary11101100111001101000000001110111011111100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE680; }

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

 H1.HeaderClassName
 {
   color: #ECE680;
 }
 .AnyTagClassName
 {
   color: #ECE680;
 }
</style>
background-color css

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

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

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

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

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

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