#EDEE7D

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

Shades of Texas #EDEE7D

Tints of Texas #EDEE7D

Color information

#EDEE7D (or 0xEDEE7D) is unknown color: approx Texas. HEX triplet: ED, EE and 7D. RGB value is (237,238,125). Sum of RGB (Red+Green+Blue) = 237+238+125=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 238 (93.36% from 255 or 39.67% from 600); Blue value is 125 (49.22% from 255 or 20.83% from 600); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE7D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDEE7D is #121182. Grayscale: #E1E1E1. Windows color (decimal): -1184131 or 8253165. OLE color: 8253165.

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

Color convert

RGB237238125-
CMYK0.0000.470.07
HSL60.53º76.87%71.18%-
HSV(B)60.53º47.48%93.33%-
XYZ69.280.6331.32-
YUV224.8271.67136.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 238 (93.36% from 255) = 39.67%
BLUE value IS 125 (49.22% from 255) = 20.83%
R=39.5%
G=39.67%
B=20.83%

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
Decimal2372381250.0000.470.0760.5376.8771.18
HexEDEE7D002F73d4d47
Octal3553561750057775115107
Binary111011011110111011111010010111111111110110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE7D; }

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

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

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

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

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

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

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

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