#ebf07a

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

Shades of Texas #EBF07A

Tints of Texas #EBF07A

Color information

#EBF07A (or 0xEBF07A) is unknown color: approx Texas. HEX triplet: EB, F0 and 7A. RGB value is (235,240,122). Sum of RGB (Red+Green+Blue) = 235+240+122=597 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.36% from 597); Green value is 240 (94.14% from 255 or 40.20% from 597); Blue value is 122 (48.05% from 255 or 20.44% from 597); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF07A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF07A is #140F85. Grayscale: #E1E1E1. Windows color (decimal): -1314694 or 8057067. OLE color: 8057067.

HSL color Cylindrical-coordinate representation of color #EBF07A: hue angle of 62.54º 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 #EBF07A is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB235240122-
CMYK0.0200.490.06
HSL62.54º79.73%70.98%-
HSV(B)62.54º49.17%94.12%-
XYZ68.9381.3930.49-
YUV225.0569.84135.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.36%
GREEN value IS 240 (94.14% from 255) = 40.20%
BLUE value IS 122 (48.05% from 255) = 20.44%
R=39.36%
G=40.20%
B=20.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401220.0200.490.0662.5479.7370.98
HexEBF07A203163f5047
Octal3533601722061677120107
Binary1110101111110000111101010011000111011111110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebf07a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebf07a; }

 p { color: rgb(235,240,122); }

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

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

 a { background-color: rgb(235,240,122); }

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

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

 span { border-color: rgb(235,240,122); }

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