#EDF07C

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

Shades of Texas #EDF07C

Tints of Texas #EDF07C

Color information

#EDF07C (or 0xEDF07C) is unknown color: approx Texas. HEX triplet: ED, F0 and 7C. RGB value is (237,240,124). Sum of RGB (Red+Green+Blue) = 237+240+124=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 124 (48.83% from 255 or 20.63% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #EDF07C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF07C is #120F83. Grayscale: #E2E2E2. Windows color (decimal): -1183620 or 8188141. OLE color: 8188141.

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

Color convert

RGB237240124-
CMYK0.0100.480.06
HSL61.55º79.45%71.37%-
HSV(B)61.55º48.33%94.12%-
XYZ69.7281.7831.18-
YUV225.8870.51135.93-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 124 (48.83% from 255) = 20.63%
R=39.43%
G=39.93%
B=20.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2372401240.0100.480.0661.5579.4571.37
HexEDF07C103063e4f47
Octal3553601741060676117107
Binary111011011111000011111001011000011011111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF07C; }

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

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

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

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

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

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

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

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