Html Css Color HEX #ECE174 Texas

📋 copy color: '#ECE174'

red 236 ◦ green 225 ◦ blue 116

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

Shades of Texas #ECE174

Tints of Texas #ECE174

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.99%

 BLUE value IS 116 (45.7% from 255) = 20.1%

R = 40.9%
G = 38.99%
B = 20.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ECE174 (or 0xECE174) is known color: Texas. HEX triplet: EC, E1 and 74. RGB value is (236,225,116). Sum of RGB (Red+Green+Blue) = 236+225+116=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 225 (88.28% from 255 or 38.99% from 577); Blue value is 116 (45.70% from 255 or 20.10% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE174 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE174 is #131E8B. Grayscale: #D8D8D8. Windows color (decimal): -1253004 or 7660012. OLE color: 7660012.

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

Color convert

RGB 236 225 116 -
CMYK 0 0.05 0.51 0.07
HSL 54.5º 0.76% 0.69% -
HSV(B) 54.5º 0.51% 0.93% -
XYZ 64.67 72.94 27.19 -
YUV 215.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 236 225 116 0 0.05 0.51 0.07 54.5 0.76 0.69
Hex EC E1 74 0 5 33 7 36 4C 45
Octal 354 341 164 0 5 63 7 66 114 105
Binary 11101100 11100001 1110100 0 101 110011 111 110110 1001100 1000101

Color Harmonies of #ECE174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE174

Black with #ECE174

Text Example


Text Example

White with #ECE174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE174; }

 p { color: rgb(236,225,116); }

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

background-color css

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

 a { background-color: rgb(236,225,116); }

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

border-color css

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

 span { border-color: rgb(236,225,116); }

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