Html Css Color HEX #ECEC85 Texas

📋 copy color: '#ECEC85'

red 236 ◦ green 236 ◦ blue 133

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

Shades of Texas #ECEC85

Tints of Texas #ECEC85

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.01%

 BLUE value IS 133 (52.34% from 255) = 21.98%

R = 39.01%
G = 39.01%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECEC85 (or 0xECEC85) is known color: Texas. HEX triplet: EC, EC and 85. RGB value is (236,236,133). Sum of RGB (Red+Green+Blue) = 236+236+133=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 236 (92.58% from 255 or 39.01% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 236 - color contains mainly: red, green. Hex color #ECEC85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEC85 is #13137A. Grayscale: #E0E0E0. Windows color (decimal): -1250171 or 8776940. OLE color: 8776940.

HSL color Cylindrical-coordinate representation of color #ECEC85: hue angle of 60º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECEC85 is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 236 133 -
CMYK 0 0 0.44 0.07
HSL 60º 0.73% 0.72% -
HSV(B) 60º 0.44% 0.93% -
XYZ 68.82 79.52 33.91 -
YUV 224.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 236 236 133 0 0 0.44 0.07 60 0.73 0.72
Hex EC EC 85 0 0 2C 7 3C 49 48
Octal 354 354 205 0 0 54 7 74 111 110
Binary 11101100 11101100 10000101 0 0 101100 111 111100 1001001 1001000

Color Harmonies of #ECEC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEC85

Black with #ECEC85

Text Example


Text Example

White with #ECEC85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEC85; }

 p { color: rgb(236,236,133); }

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

background-color css

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

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

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

border-color css

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

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

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