Html Css Color HEX #ECE076 Texas

📋 copy color: '#ECE076'

red 236 ◦ green 224 ◦ blue 118

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

Shades of Texas #ECE076

Tints of Texas #ECE076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.42%

R = 40.83%
G = 38.75%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECE076 (or 0xECE076) is known color: Texas. HEX triplet: EC, E0 and 76. RGB value is (236,224,118). Sum of RGB (Red+Green+Blue) = 236+224+118=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 118 (46.48% from 255 or 20.42% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE076 is #131F89. Grayscale: #D7D7D7. Windows color (decimal): -1253258 or 7790828. OLE color: 7790828.

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

Color convert

RGB 236 224 118 -
CMYK 0 0.05 0.5 0.07
HSL 53.9º 0.76% 0.69% -
HSV(B) 53.9º 0.5% 0.93% -
XYZ 64.52 72.45 27.72 -
YUV 215.5 72.98 142.62 -
System Red Green Blue C M Y K H S L
Decimal 236 224 118 0 0.05 0.5 0.07 53.9 0.76 0.69
Hex EC E0 76 0 5 32 7 36 4C 45
Octal 354 340 166 0 5 62 7 66 114 105
Binary 11101100 11100000 1110110 0 101 110010 111 110110 1001100 1000101

Color Harmonies of #ECE076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE076

Black with #ECE076

Text Example


Text Example

White with #ECE076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE076; }

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

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

background-color css

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

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

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

border-color css

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

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

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