#EBEE79

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

Shades of Texas #EBEE79

Tints of Texas #EBEE79

Color information

#EBEE79 (or 0xEBEE79) is unknown color: approx Texas. HEX triplet: EB, EE and 79. RGB value is (235,238,121). Sum of RGB (Red+Green+Blue) = 235+238+121=594 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.56% from 594); Green value is 238 (93.36% from 255 or 40.07% from 594); Blue value is 121 (47.66% from 255 or 20.37% from 594); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEE79 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEE79 is #141186. Grayscale: #E0E0E0. Windows color (decimal): -1315207 or 7991019. OLE color: 7991019.

HSL color Cylindrical-coordinate representation of color #EBEE79: hue angle of 61.54º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EBEE79 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB235238121-
CMYK0.0100.490.07
HSL61.54º77.48%70.39%-
HSV(B)61.54º49.16%93.33%-
XYZ68.2980.1929.97-
YUV223.7670.01136.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.56%
GREEN value IS 238 (93.36% from 255) = 40.07%
BLUE value IS 121 (47.66% from 255) = 20.37%
R=39.56%
G=40.07%
B=20.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352381210.0100.490.0761.5477.4870.39
HexEBEE79103173e4d46
Octal3533561711061776115106
Binary111010111110111011110011011000111111111010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEE79; }

 p { color: rgb(235,238,121); }

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

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

 a { background-color: rgb(235,238,121); }

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

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

 span { border-color: rgb(235,238,121); }

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