#ECED78

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

Shades of Texas #ECED78

Tints of Texas #ECED78

Color information

#ECED78 (or 0xECED78) is unknown color: approx Texas. HEX triplet: EC, ED and 78. RGB value is (236,237,120). Sum of RGB (Red+Green+Blue) = 236+237+120=593 (78% of max value = 765). Red value is 236 (92.58% from 255 or 39.80% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 120 (47.27% from 255 or 20.24% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED78 is #131287. Grayscale: #DFDFDF. Windows color (decimal): -1249928 or 7925228. OLE color: 7925228.

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

Color convert

RGB236237120-
CMYK0.0000.490.07
HSL60.51º76.47%70%-
HSV(B)60.51º49.37%92.94%-
XYZ68.2779.7629.57-
YUV223.3669.67137.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.80%
GREEN value IS 237 (92.97% from 255) = 39.97%
BLUE value IS 120 (47.27% from 255) = 20.24%
R=39.80%
G=39.97%
B=20.24%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371200.0000.490.0760.5176.4770
HexECED78003173d4c46
Octal3543551700061775114106
Binary111011001110110111110000011000111111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED78; }

 p { color: rgb(236,237,120); }

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

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

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

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

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

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

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