#EFF07B

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

Shades of Texas #EFF07B

Tints of Texas #EFF07B

Color information

#EFF07B (or 0xEFF07B) is unknown color: approx Texas. HEX triplet: EF, F0 and 7B. RGB value is (239,240,123). Sum of RGB (Red+Green+Blue) = 239+240+123=602 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.70% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 123 (48.44% from 255 or 20.43% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF07B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EFF07B is #100F84. Grayscale: #E2E2E2. Windows color (decimal): -1052549 or 8122607. OLE color: 8122607.

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

Color convert

RGB239240123-
CMYK0.0000.490.06
HSL60.51º79.59%71.18%-
HSV(B)60.51º48.75%94.12%-
XYZ70.3382.130.88-
YUV226.3669.67137.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.70%
GREEN value IS 240 (94.14% from 255) = 39.87%
BLUE value IS 123 (48.44% from 255) = 20.43%
R=39.70%
G=39.87%
B=20.43%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392401230.0000.490.0660.5179.5971.18
HexEFF07B003163d5047
Octal3573601730061675120107
Binary111011111111000011110110011000111011110110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF07B; }

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

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

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

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

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

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

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

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