#EDEF7A

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

Shades of Texas #EDEF7A

Tints of Texas #EDEF7A

Color information

#EDEF7A (or 0xEDEF7A) is unknown color: approx Texas. HEX triplet: ED, EF and 7A. RGB value is (237,239,122). Sum of RGB (Red+Green+Blue) = 237+239+122=598 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.63% from 598); Green value is 239 (93.75% from 255 or 39.97% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF7A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEF7A is #121085. Grayscale: #E1E1E1. Windows color (decimal): -1183878 or 8056813. OLE color: 8056813.

HSL color Cylindrical-coordinate representation of color #EDEF7A: hue angle of 61.03º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EDEF7A is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB237239122-
CMYK0.0100.490.06
HSL61.03º78.52%70.78%-
HSV(B)61.03º48.95%93.73%-
XYZ69.381.1430.42-
YUV225.0669.84136.51-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.63%
GREEN value IS 239 (93.75% from 255) = 39.97%
BLUE value IS 122 (48.05% from 255) = 20.40%
R=39.63%
G=39.97%
B=20.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372391220.0100.490.0661.0378.5270.78
HexEDEF7A103163d4f47
Octal3553571721061675117107
Binary111011011110111111110101011000111011110110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEF7A; }

 p { color: rgb(237,239,122); }

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

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

 a { background-color: rgb(237,239,122); }

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

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

 span { border-color: rgb(237,239,122); }

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