#ECE67E

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

Shades of Texas #ECE67E

Tints of Texas #ECE67E

Color information

#ECE67E (or 0xECE67E) is unknown color: approx Texas. HEX triplet: EC, E6 and 7E. RGB value is (236,230,126). Sum of RGB (Red+Green+Blue) = 236+230+126=592 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.86% from 592); Green value is 230 (90.23% from 255 or 38.85% from 592); Blue value is 126 (49.61% from 255 or 21.28% from 592); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE67E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE67E is #131981. Grayscale: #DCDCDC. Windows color (decimal): -1251714 or 8316652. OLE color: 8316652.

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

Color convert

RGB236230126-
CMYK00.030.470.07
HSL56.73º74.32%70.98%-
HSV(B)56.73º46.61%92.55%-
XYZ66.6575.9330.88-
YUV219.9474.99139.46-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.86%
GREEN value IS 230 (90.23% from 255) = 38.85%
BLUE value IS 126 (49.61% from 255) = 21.28%
R=39.86%
G=38.85%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23623012600.030.470.0756.7374.3270.98
HexECE67E032F7394a47
Octal3543461760357771112107
Binary1110110011100110111111001110111111111100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECE67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECE67E; }

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

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

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

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

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

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

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

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