Html Css Color HEX #ECE077 Texas

📋 copy color: '#ECE077'

red 236 ◦ green 224 ◦ blue 119

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

Shades of Texas #ECE077

Tints of Texas #ECE077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.55%

R = 40.76%
G = 38.69%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECE077 (or 0xECE077) is known color: Texas. HEX triplet: EC, E0 and 77. RGB value is (236,224,119). Sum of RGB (Red+Green+Blue) = 236+224+119=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 119 (46.88% from 255 or 20.55% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE077 is #131F88. Grayscale: #D8D8D8. Windows color (decimal): -1253257 or 7856364. OLE color: 7856364.

HSL color Cylindrical-coordinate representation of color #ECE077: hue angle of 53.85º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ECE077 is Cyan = 0, Magento = 0.05, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 119 -
CMYK 0 0.05 0.50 0.07
HSL 53.85º 0.75% 0.7% -
HSV(B) 53.85º 0.5% 0.93% -
XYZ 64.58 72.48 28.04 -
YUV 215.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 236 224 119 0 0.05 0.50 0.07 53.85 0.75 0.7
Hex EC E0 77 0 5 32 7 36 4B 46
Octal 354 340 167 0 5 62 7 66 113 106
Binary 11101100 11100000 1110111 0 101 110010 111 110110 1001011 1000110

Color Harmonies of #ECE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE077

Black with #ECE077

Text Example


Text Example

White with #ECE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE077; }

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

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

background-color css

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

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

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

border-color css

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

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

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