#ECED7E

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

Shades of Texas #ECED7E

Tints of Texas #ECED7E

Color information

#ECED7E (or 0xECED7E) is unknown color: approx Texas. HEX triplet: EC, ED and 7E. RGB value is (236,237,126). Sum of RGB (Red+Green+Blue) = 236+237+126=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 126 (49.61% from 255 or 21.04% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #ECED7E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECED7E is #131281. Grayscale: #E0E0E0. Windows color (decimal): -1249922 or 8318444. OLE color: 8318444.

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

Color convert

RGB236237126-
CMYK0.0000.470.07
HSL60.54º75.51%71.18%-
HSV(B)60.54º46.84%92.94%-
XYZ68.6479.9131.54-
YUV224.0572.67136.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 39.40%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 126 (49.61% from 255) = 21.04%
R=39.40%
G=39.57%
B=21.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2362371260.0000.470.0760.5475.5171.18
HexECED7E002F73d4c47
Octal3543551760057775114107
Binary111011001110110111111100010111111111110110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECED7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECED7E; }

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

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

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

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

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

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

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

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