#EBF280

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

Shades of Texas #EBF280

Tints of Texas #EBF280

Color information

#EBF280 (or 0xEBF280) is unknown color: approx Texas. HEX triplet: EB, F2 and 80. RGB value is (235,242,128). Sum of RGB (Red+Green+Blue) = 235+242+128=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 128 (50.39% from 255 or 21.16% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF280 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF280 is #140D7F. Grayscale: #E3E3E3. Windows color (decimal): -1314176 or 8450795. OLE color: 8450795.

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

Color convert

RGB235242128-
CMYK0.0300.470.05
HSL63.68º81.43%72.55%-
HSV(B)63.68º47.11%94.9%-
XYZ69.9182.7232.7-
YUV226.9172.18133.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 242 (94.92% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 21.16%
R=38.84%
G=40%
B=21.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352421280.0300.470.0563.6881.4372.55
HexEBF280302F5405149
Octal35336220030575100121111
Binary111010111111001010000000110101111101100000010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF280; }

 p { color: rgb(235,242,128); }

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

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

 a { background-color: rgb(235,242,128); }

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

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

 span { border-color: rgb(235,242,128); }

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