#EFF080

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

Shades of Texas #EFF080

Tints of Texas #EFF080

Color information

#EFF080 (or 0xEFF080) is unknown color: approx Texas. HEX triplet: EF, F0 and 80. RGB value is (239,240,128). Sum of RGB (Red+Green+Blue) = 239+240+128=607 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.37% from 607); Green value is 240 (94.14% from 255 or 39.54% from 607); Blue value is 128 (50.39% from 255 or 21.09% from 607); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF080 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFF080 is #100F7F. Grayscale: #E3E3E3. Windows color (decimal): -1052544 or 8450287. OLE color: 8450287.

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

Color convert

RGB239240128-
CMYK0.0000.470.06
HSL60.54º78.87%72.16%-
HSV(B)60.54º46.67%94.12%-
XYZ70.6582.2332.57-
YUV226.9372.17136.61-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.37%
GREEN value IS 240 (94.14% from 255) = 39.54%
BLUE value IS 128 (50.39% from 255) = 21.09%
R=39.37%
G=39.54%
B=21.09%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401280.0000.470.0660.5478.8772.16
HexEFF080002F63d4f48
Octal3573602000057675117110
Binary1110111111110000100000000010111111011110110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF080; }

 p { color: rgb(239,240,128); }

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

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

 a { background-color: rgb(239,240,128); }

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

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

 span { border-color: rgb(239,240,128); }

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