Html Css Color HEX #ECE476 Texas

📋 copy color: '#ECE476'

red 236 ◦ green 228 ◦ blue 118

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

Shades of Texas #ECE476

Tints of Texas #ECE476

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.18%

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

R = 40.55%
G = 39.18%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECE476 (or 0xECE476) is known color: Texas. HEX triplet: EC, E4 and 76. RGB value is (236,228,118). Sum of RGB (Red+Green+Blue) = 236+228+118=582 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.55% from 582); Green value is 228 (89.45% from 255 or 39.18% from 582); Blue value is 118 (46.48% from 255 or 20.27% from 582); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE476 is #131B89. Grayscale: #DADADA. Windows color (decimal): -1252234 or 7791852. OLE color: 7791852.

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

Color convert

RGB 236 228 118 -
CMYK 0 0.03 0.5 0.07
HSL 55.93º 0.76% 0.69% -
HSV(B) 55.93º 0.5% 0.93% -
XYZ 65.61 74.63 28.09 -
YUV 217.85 71.65 140.94 -
System Red Green Blue C M Y K H S L
Decimal 236 228 118 0 0.03 0.5 0.07 55.93 0.76 0.69
Hex EC E4 76 0 3 32 7 38 4C 45
Octal 354 344 166 0 3 62 7 70 114 105
Binary 11101100 11100100 1110110 0 11 110010 111 111000 1001100 1000101

Color Harmonies of #ECE476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE476

Black with #ECE476

Text Example


Text Example

White with #ECE476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE476; }

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

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

background-color css

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

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

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

border-color css

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

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

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