#EDF181

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

Shades of Texas #EDF181

Tints of Texas #EDF181

Color information

#EDF181 (or 0xEDF181) is unknown color: approx Texas. HEX triplet: ED, F1 and 81. RGB value is (237,241,129). Sum of RGB (Red+Green+Blue) = 237+241+129=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 241 (94.53% from 255 or 39.70% from 607); Blue value is 129 (50.78% from 255 or 21.25% from 607); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF181 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDF181 is #120E7E. Grayscale: #E3E3E3. Windows color (decimal): -1183359 or 8516077. OLE color: 8516077.

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

Color convert

RGB237241129-
CMYK0.0200.460.05
HSL62.14º80%72.55%-
HSV(B)62.14º46.47%94.51%-
XYZ70.3482.532.99-
YUV227.0472.67135.11-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 241 (94.53% from 255) = 39.70%
BLUE value IS 129 (50.78% from 255) = 21.25%
R=39.04%
G=39.70%
B=21.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372411290.0200.460.0562.148072.55
HexEDF181202E53e5049
Octal3553612012056576120111
Binary11101101111100011000000110010111010111111010100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF181; }

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

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

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

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

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

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

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

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