#EBED78

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

Shades of Texas #EBED78

Tints of Texas #EBED78

Color information

#EBED78 (or 0xEBED78) is unknown color: approx Texas. HEX triplet: EB, ED and 78. RGB value is (235,237,120). Sum of RGB (Red+Green+Blue) = 235+237+120=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED78 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED78 is #141287. Grayscale: #DFDFDF. Windows color (decimal): -1315464 or 7925227. OLE color: 7925227.

HSL color Cylindrical-coordinate representation of color #EBED78: hue angle of 61.03º degrees, saturation: 0.76, 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 #EBED78 is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB235237120-
CMYK0.0100.490.07
HSL61.03º76.47%70%-
HSV(B)61.03º49.37%92.94%-
XYZ67.9479.5929.55-
YUV223.0669.84136.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 237 (92.97% from 255) = 40.03%
BLUE value IS 120 (47.27% from 255) = 20.27%
R=39.70%
G=40.03%
B=20.27%

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
Decimal2352371200.0100.490.0761.0376.4770
HexEBED78103173d4c46
Octal3533551701061775114106
Binary111010111110110111110001011000111111110110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED78; }

 p { color: rgb(235,237,120); }

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

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

 a { background-color: rgb(235,237,120); }

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

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

 span { border-color: rgb(235,237,120); }

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