Html Css Color HEX #ECEA85 Texas

📋 copy color: '#ECEA85'

red 236 ◦ green 234 ◦ blue 133

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

Shades of Texas #ECEA85

Tints of Texas #ECEA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 38.81%

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

R = 39.14%
G = 38.81%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#ECEA85 (or 0xECEA85) is known color: Texas. HEX triplet: EC, EA and 85. RGB value is (236,234,133). Sum of RGB (Red+Green+Blue) = 236+234+133=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA85 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECEA85 is #13157A. Grayscale: #DFDFDF. Windows color (decimal): -1250683 or 8776428. OLE color: 8776428.

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

Color convert

RGB 236 234 133 -
CMYK 0 0.01 0.44 0.07
HSL 58.83º 0.73% 0.72% -
HSV(B) 58.83º 0.44% 0.93% -
XYZ 68.25 78.37 33.72 -
YUV 223.08 77.16 137.21 -
System Red Green Blue C M Y K H S L
Decimal 236 234 133 0 0.01 0.44 0.07 58.83 0.73 0.72
Hex EC EA 85 0 1 2C 7 3B 49 48
Octal 354 352 205 0 1 54 7 73 111 110
Binary 11101100 11101010 10000101 0 1 101100 111 111011 1001001 1001000

Color Harmonies of #ECEA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA85

Black with #ECEA85

Text Example


Text Example

White with #ECEA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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