#EBF17A

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

Shades of Texas #EBF17A

Tints of Texas #EBF17A

Color information

#EBF17A (or 0xEBF17A) is unknown color: approx Texas. HEX triplet: EB, F1 and 7A. RGB value is (235,241,122). Sum of RGB (Red+Green+Blue) = 235+241+122=598 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.30% from 598); Green value is 241 (94.53% from 255 or 40.30% from 598); Blue value is 122 (48.05% from 255 or 20.40% from 598); Max value from RGB is 241 - color contains mainly: green. Hex color #EBF17A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBF17A is #140E85. Grayscale: #E2E2E2. Windows color (decimal): -1314438 or 8057323. OLE color: 8057323.

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

Color convert

RGB235241122-
CMYK0.0200.490.05
HSL63.03º80.95%71.18%-
HSV(B)63.03º49.38%94.51%-
XYZ69.2381.9830.59-
YUV225.6469.51134.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.30%
GREEN value IS 241 (94.53% from 255) = 40.30%
BLUE value IS 122 (48.05% from 255) = 20.40%
R=39.30%
G=40.30%
B=20.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352411220.0200.490.0563.0380.9571.18
HexEBF17A203153f5147
Octal3533611722061577121107
Binary1110101111110001111101010011000110111111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF17A; }

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

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

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

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

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

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

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

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