Html Css Color HEX #ECEB76 Texas

📋 copy color: '#ECEB76'

red 236 ◦ green 235 ◦ blue 118

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

Shades of Texas #ECEB76

Tints of Texas #ECEB76

RGB

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

 GREEN value IS 235 (92.19% from 255) = 39.9%

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

R = 40.07%
G = 39.9%
B = 20.03%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.5

 K value IS 0.07

RGB Variations

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

Color information

#ECEB76 (or 0xECEB76) is known color: Texas. HEX triplet: EC, EB and 76. RGB value is (236,235,118). Sum of RGB (Red+Green+Blue) = 236+235+118=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 235 (92.19% from 255 or 39.90% from 589); Blue value is 118 (46.48% from 255 or 20.03% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEB76 is #131489. Grayscale: #DEDEDE. Windows color (decimal): -1250442 or 7793644. OLE color: 7793644.

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

Color convert

RGB 236 235 118 -
CMYK 0 0.00 0.5 0.07
HSL 59.49º 0.76% 0.69% -
HSV(B) 59.49º 0.5% 0.93% -
XYZ 67.57 78.56 28.74 -
YUV 221.96 69.33 138.01 -
System Red Green Blue C M Y K H S L
Decimal 236 235 118 0 0.00 0.5 0.07 59.49 0.76 0.69
Hex EC EB 76 0 0 32 7 3B 4C 45
Octal 354 353 166 0 0 62 7 73 114 105
Binary 11101100 11101011 1110110 0 0 110010 111 111011 1001100 1000101

Color Harmonies of #ECEB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEB76

Black with #ECEB76

Text Example


Text Example

White with #ECEB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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