#ECDF73

Color #ECDF73 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #ECDF73

Tints of Texas #ECDF73

Color information

#ECDF73 (or 0xECDF73) is unknown color: approx Texas. HEX triplet: EC, DF and 73. RGB value is (236,223,115). Sum of RGB (Red+Green+Blue) = 236+223+115=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 223 (87.5% from 255 or 38.85% from 574); Blue value is 115 (45.31% from 255 or 20.03% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDF73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDF73 is #13208C. Grayscale: #D7D7D7. Windows color (decimal): -1253517 or 7593964. OLE color: 7593964.

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

Color convert

RGB236223115-
CMYK00.060.510.07
HSL53.55º76.1%68.82%-
HSV(B)53.55º51.27%92.55%-
XYZ64.0771.8526.71-
YUV214.5871.81143.28-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.11%
GREEN value IS 223 (87.5% from 255) = 38.85%
BLUE value IS 115 (45.31% from 255) = 20.03%
R=41.11%
G=38.85%
B=20.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622311500.060.510.0753.5576.168.82
HexECDF7306337364c45
Octal3543371630663766114105
Binary11101100110111111110011011011001111111011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDF73; }

 p { color: rgb(236,223,115); }

 H1.HeaderClassName
 {
   color: #ECDF73;
 }
 .AnyTagClassName
 {
   color: #ECDF73;
 }
</style>
background-color css

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

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

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

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

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

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