#EDEA7C

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

Shades of Texas #EDEA7C

Tints of Texas #EDEA7C

Color information

#EDEA7C (or 0xEDEA7C) is unknown color: approx Texas. HEX triplet: ED, EA and 7C. RGB value is (237,234,124). Sum of RGB (Red+Green+Blue) = 237+234+124=595 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.83% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 124 (48.83% from 255 or 20.84% from 595); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA7C is #121583. Grayscale: #DEDEDE. Windows color (decimal): -1185156 or 8186605. OLE color: 8186605.

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

Color convert

RGB237234124-
CMYK00.010.480.07
HSL58.41º75.84%70.78%-
HSV(B)58.41º47.68%92.94%-
XYZ67.9978.3130.6-
YUV222.3672.49138.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.83%
GREEN value IS 234 (91.80% from 255) = 39.33%
BLUE value IS 124 (48.83% from 255) = 20.84%
R=39.83%
G=39.33%
B=20.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723412400.010.480.0758.4175.8470.78
HexEDEA7C013073a4c47
Octal3553521740160772114107
Binary111011011110101011111000111000011111101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA7C; }

 p { color: rgb(237,234,124); }

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

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

 a { background-color: rgb(237,234,124); }

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

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

 span { border-color: rgb(237,234,124); }

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