Html Css Color HEX #ECE976 Texas

📋 copy color: '#ECE976'

red 236 ◦ green 233 ◦ blue 118

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

Shades of Texas #ECE976

Tints of Texas #ECE976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.69%

 BLUE value IS 118 (46.48% from 255) = 20.1%

R = 40.2%
G = 39.69%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECE976 (or 0xECE976) is known color: Texas. HEX triplet: EC, E9 and 76. RGB value is (236,233,118). Sum of RGB (Red+Green+Blue) = 236+233+118=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE976 is #131689. Grayscale: #DDDDDD. Windows color (decimal): -1250954 or 7793132. OLE color: 7793132.

HSL color Cylindrical-coordinate representation of color #ECE976: hue angle of 58.47º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE976 is Cyan = 0, Magento = 0.01, Yellow = 0.5 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 233 118 -
CMYK 0 0.01 0.5 0.07
HSL 58.47º 0.76% 0.69% -
HSV(B) 58.47º 0.5% 0.93% -
XYZ 67 77.42 28.55 -
YUV 220.79 69.99 138.85 -
System Red Green Blue C M Y K H S L
Decimal 236 233 118 0 0.01 0.5 0.07 58.47 0.76 0.69
Hex EC E9 76 0 1 32 7 3A 4C 45
Octal 354 351 166 0 1 62 7 72 114 105
Binary 11101100 11101001 1110110 0 1 110010 111 111010 1001100 1000101

Color Harmonies of #ECE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE976

Black with #ECE976

Text Example


Text Example

White with #ECE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE976; }

 p { color: rgb(236,233,118); }

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

background-color css

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

 a { background-color: rgb(236,233,118); }

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

border-color css

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

 span { border-color: rgb(236,233,118); }

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