#EBEC77

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

Shades of Texas #EBEC77

Tints of Texas #EBEC77

Color information

#EBEC77 (or 0xEBEC77) is unknown color: approx Texas. HEX triplet: EB, EC and 77. RGB value is (235,236,119). Sum of RGB (Red+Green+Blue) = 235+236+119=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 236 (92.58% from 255 or 40% from 590); Blue value is 119 (46.88% from 255 or 20.17% from 590); Max value from RGB is 236 - color contains mainly: green. Hex color #EBEC77 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEC77 is #141388. Grayscale: #DEDEDE. Windows color (decimal): -1315721 or 7859435. OLE color: 7859435.

HSL color Cylindrical-coordinate representation of color #EBEC77: hue angle of 60.51º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EBEC77 is Cyan = 0.00, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB235236119-
CMYK0.0000.500.07
HSL60.51º75.48%69.61%-
HSV(B)60.51º49.58%92.55%-
XYZ67.5978.9829.14-
YUV222.3669.67137.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 236 (92.58% from 255) = 40%
BLUE value IS 119 (46.88% from 255) = 20.17%
R=39.83%
G=40%
B=20.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352361190.0000.500.0760.5175.4869.61
HexEBEC77003273d4b46
Octal3533541670062775113106
Binary111010111110110011101110011001011111110110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEC77; }

 p { color: rgb(235,236,119); }

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

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

 a { background-color: rgb(235,236,119); }

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

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

 span { border-color: rgb(235,236,119); }

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