Html Css Color HEX #ECE172 Texas

📋 copy color: '#ECE172'

red 236 ◦ green 225 ◦ blue 114

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

Shades of Texas #ECE172

Tints of Texas #ECE172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.83%

R = 41.04%
G = 39.13%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECE172 (or 0xECE172) is known color: Texas. HEX triplet: EC, E1 and 72. RGB value is (236,225,114). Sum of RGB (Red+Green+Blue) = 236+225+114=575 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.04% from 575); Green value is 225 (88.28% from 255 or 39.13% from 575); Blue value is 114 (44.92% from 255 or 19.83% from 575); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE172 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE172 is #131E8D. Grayscale: #D8D8D8. Windows color (decimal): -1253006 or 7528940. OLE color: 7528940.

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

Color convert

RGB 236 225 114 -
CMYK 0 0.05 0.52 0.07
HSL 54.59º 0.76% 0.69% -
HSV(B) 54.59º 0.52% 0.93% -
XYZ 64.55 72.9 26.59 -
YUV 215.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 236 225 114 0 0.05 0.52 0.07 54.59 0.76 0.69
Hex EC E1 72 0 5 34 7 37 4C 45
Octal 354 341 162 0 5 64 7 67 114 105
Binary 11101100 11100001 1110010 0 101 110100 111 110111 1001100 1000101

Color Harmonies of #ECE172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE172

Black with #ECE172

Text Example


Text Example

White with #ECE172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE172; }

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

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

background-color css

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

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

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

border-color css

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

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

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