Html Css Color HEX #ECEA75 Texas

📋 copy color: '#ECEA75'

red 236 ◦ green 234 ◦ blue 117

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

Shades of Texas #ECEA75

Tints of Texas #ECEA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 19.93%

R = 40.2%
G = 39.86%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#ECEA75 (or 0xECEA75) is known color: Texas. HEX triplet: EC, EA and 75. RGB value is (236,234,117). Sum of RGB (Red+Green+Blue) = 236+234+117=587 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.20% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 117 (46.09% from 255 or 19.93% from 587); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA75 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECEA75 is #13158A. Grayscale: #DDDDDD. Windows color (decimal): -1250699 or 7727852. OLE color: 7727852.

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

Color convert

RGB 236 234 117 -
CMYK 0 0.01 0.50 0.07
HSL 58.99º 0.76% 0.69% -
HSV(B) 58.99º 0.5% 0.93% -
XYZ 67.23 77.96 28.33 -
YUV 221.26 69.16 138.51 -
System Red Green Blue C M Y K H S L
Decimal 236 234 117 0 0.01 0.50 0.07 58.99 0.76 0.69
Hex EC EA 75 0 1 32 7 3B 4C 45
Octal 354 352 165 0 1 62 7 73 114 105
Binary 11101100 11101010 1110101 0 1 110010 111 111011 1001100 1000101

Color Harmonies of #ECEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA75

Black with #ECEA75

Text Example


Text Example

White with #ECEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA75; }

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

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

background-color css

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

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

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

border-color css

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

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

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