#EDEA7D

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

Shades of Texas #EDEA7D

Tints of Texas #EDEA7D

Color information

#EDEA7D (or 0xEDEA7D) is unknown color: approx Texas. HEX triplet: ED, EA and 7D. RGB value is (237,234,125). Sum of RGB (Red+Green+Blue) = 237+234+125=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 234 (91.80% from 255 or 39.26% from 596); Blue value is 125 (49.22% from 255 or 20.97% from 596); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEA7D is #121582. Grayscale: #DEDEDE. Windows color (decimal): -1185155 or 8252141. OLE color: 8252141.

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

Color convert

RGB237234125-
CMYK00.010.470.07
HSL58.39º75.68%70.98%-
HSV(B)58.39º47.26%92.94%-
XYZ68.0578.3330.93-
YUV222.4772.99138.36-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.77%
GREEN value IS 234 (91.80% from 255) = 39.26%
BLUE value IS 125 (49.22% from 255) = 20.97%
R=39.77%
G=39.26%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723412500.010.470.0758.3975.6870.98
HexEDEA7D012F73a4c47
Octal3553521750157772114107
Binary111011011110101011111010110111111111101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEA7D; }

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

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

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

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

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

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

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

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