#EDF281

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

Shades of Texas #EDF281

Tints of Texas #EDF281

Color information

#EDF281 (or 0xEDF281) is unknown color: approx Texas. HEX triplet: ED, F2 and 81. RGB value is (237,242,129). Sum of RGB (Red+Green+Blue) = 237+242+129=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 242 (94.92% from 255 or 39.80% from 608); Blue value is 129 (50.78% from 255 or 21.22% from 608); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF281 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF281 is #120D7E. Grayscale: #E4E4E4. Windows color (decimal): -1183103 or 8516333. OLE color: 8516333.

HSL color Cylindrical-coordinate representation of color #EDF281: hue angle of 62.65º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EDF281 is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB237242129-
CMYK0.0200.470.05
HSL62.65º81.29%72.75%-
HSV(B)62.65º46.69%94.9%-
XYZ70.6483.0933.08-
YUV227.6272.34134.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.98%
GREEN value IS 242 (94.92% from 255) = 39.80%
BLUE value IS 129 (50.78% from 255) = 21.22%
R=38.98%
G=39.80%
B=21.22%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372421290.0200.470.0562.6581.2972.75
HexEDF281202F53f5149
Octal3553622012057577121111
Binary11101101111100101000000110010111110111111110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF281; }

 p { color: rgb(237,242,129); }

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

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

 a { background-color: rgb(237,242,129); }

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

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

 span { border-color: rgb(237,242,129); }

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