Html Css Color HEX #ECE772 Texas

📋 copy color: '#ECE772'

red 236 ◦ green 231 ◦ blue 114

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

Shades of Texas #ECE772

Tints of Texas #ECE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 39.76%

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

R = 40.62%
G = 39.76%
B = 19.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ECE772 (or 0xECE772) is known color: Texas. HEX triplet: EC, E7 and 72. RGB value is (236,231,114). Sum of RGB (Red+Green+Blue) = 236+231+114=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 231 (90.62% from 255 or 39.76% from 581); Blue value is 114 (44.92% from 255 or 19.62% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE772 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE772 is #13188D. Grayscale: #DBDBDB. Windows color (decimal): -1251470 or 7530476. OLE color: 7530476.

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

Color convert

RGB 236 231 114 -
CMYK 0 0.02 0.52 0.07
HSL 57.54º 0.76% 0.69% -
HSV(B) 57.54º 0.52% 0.93% -
XYZ 66.21 76.2 27.14 -
YUV 219.16 68.66 140.01 -
System Red Green Blue C M Y K H S L
Decimal 236 231 114 0 0.02 0.52 0.07 57.54 0.76 0.69
Hex EC E7 72 0 2 34 7 3A 4C 45
Octal 354 347 162 0 2 64 7 72 114 105
Binary 11101100 11100111 1110010 0 10 110100 111 111010 1001100 1000101

Color Harmonies of #ECE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE772

Black with #ECE772

Text Example


Text Example

White with #ECE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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