Html Css Color HEX #ECE16E Texas

📋 copy color: '#ECE16E'

red 236 ◦ green 225 ◦ blue 110

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

Shades of Texas #ECE16E

Tints of Texas #ECE16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.26%

R = 41.33%
G = 39.4%
B = 19.26%

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

#ECE16E (or 0xECE16E) is known color: Texas. HEX triplet: EC, E1 and 6E. RGB value is (236,225,110). Sum of RGB (Red+Green+Blue) = 236+225+110=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 110 (43.36% from 255 or 19.26% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE16E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE16E is #131E91. Grayscale: #D7D7D7. Windows color (decimal): -1253010 or 7266796. OLE color: 7266796.

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

Color convert

RGB 236 225 110 -
CMYK 0 0.05 0.53 0.07
HSL 54.76º 0.77% 0.68% -
HSV(B) 54.76º 0.53% 0.93% -
XYZ 64.33 72.81 25.41 -
YUV 215.18 68.64 142.85 -
System Red Green Blue C M Y K H S L
Decimal 236 225 110 0 0.05 0.53 0.07 54.76 0.77 0.68
Hex EC E1 6E 0 5 35 7 37 4D 44
Octal 354 341 156 0 5 65 7 67 115 104
Binary 11101100 11100001 1101110 0 101 110101 111 110111 1001101 1000100

Color Harmonies of #ECE16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE16E

Black with #ECE16E

Text Example


Text Example

White with #ECE16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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