Html Css Color HEX #ECE071 Texas

📋 copy color: '#ECE071'

red 236 ◦ green 224 ◦ blue 113

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

Shades of Texas #ECE071

Tints of Texas #ECE071

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.09%

 BLUE value IS 113 (44.53% from 255) = 19.72%

R = 41.19%
G = 39.09%
B = 19.72%

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

#ECE071 (or 0xECE071) is known color: Texas. HEX triplet: EC, E0 and 71. RGB value is (236,224,113). Sum of RGB (Red+Green+Blue) = 236+224+113=573 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.19% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 113 (44.53% from 255 or 19.72% from 573); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE071 is #131F8E. Grayscale: #D7D7D7. Windows color (decimal): -1253263 or 7463148. OLE color: 7463148.

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

Color convert

RGB 236 224 113 -
CMYK 0 0.05 0.52 0.07
HSL 54.15º 0.76% 0.68% -
HSV(B) 54.15º 0.52% 0.93% -
XYZ 64.23 72.34 26.2 -
YUV 214.93 70.48 143.03 -
System Red Green Blue C M Y K H S L
Decimal 236 224 113 0 0.05 0.52 0.07 54.15 0.76 0.68
Hex EC E0 71 0 5 34 7 36 4C 44
Octal 354 340 161 0 5 64 7 66 114 104
Binary 11101100 11100000 1110001 0 101 110100 111 110110 1001100 1000100

Color Harmonies of #ECE071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE071

Black with #ECE071

Text Example


Text Example

White with #ECE071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE071; }

 p { color: rgb(236,224,113); }

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

background-color css

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

 a { background-color: rgb(236,224,113); }

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

border-color css

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

 span { border-color: rgb(236,224,113); }

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