#EDEC7E

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

Shades of Texas #EDEC7E

Tints of Texas #EDEC7E

Color information

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

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

Color convert

RGB237236126-
CMYK00.000.470.07
HSL59.46º75.51%71.18%-
HSV(B)59.46º46.84%92.94%-
XYZ68.6979.531.46-
YUV223.7672.83137.44-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723612600.000.470.0759.4675.5171.18
HexEDEC7E002F73b4c47
Octal3553541760057773114107
Binary111011011110110011111100010111111111101110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEC7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEC7E; }

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

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

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

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

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

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

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

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