Html Css Color HEX #ECE170 Texas

📋 copy color: '#ECE170'

red 236 ◦ green 225 ◦ blue 112

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

Shades of Texas #ECE170

Tints of Texas #ECE170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 19.55%

R = 41.19%
G = 39.27%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECE170 (or 0xECE170) is known color: Texas. HEX triplet: EC, E1 and 70. RGB value is (236,225,112). Sum of RGB (Red+Green+Blue) = 236+225+112=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 225 (88.28% from 255 or 39.27% from 573); Blue value is 112 (44.14% from 255 or 19.55% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE170 is #131E8F. Grayscale: #D7D7D7. Windows color (decimal): -1253008 or 7397868. OLE color: 7397868.

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

Color convert

RGB 236 225 112 -
CMYK 0 0.05 0.53 0.07
HSL 54.68º 0.77% 0.68% -
HSV(B) 54.68º 0.53% 0.93% -
XYZ 64.44 72.85 25.99 -
YUV 215.41 69.64 142.69 -
System Red Green Blue C M Y K H S L
Decimal 236 225 112 0 0.05 0.53 0.07 54.68 0.77 0.68
Hex EC E1 70 0 5 35 7 37 4D 44
Octal 354 341 160 0 5 65 7 67 115 104
Binary 11101100 11100001 1110000 0 101 110101 111 110111 1001101 1000100

Color Harmonies of #ECE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE170

Black with #ECE170

Text Example


Text Example

White with #ECE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE170; }

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

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

background-color css

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

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

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

border-color css

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

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

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