#EBF081

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

Shades of Texas #EBF081

Tints of Texas #EBF081

Color information

#EBF081 (or 0xEBF081) is unknown color: approx Texas. HEX triplet: EB, F0 and 81. RGB value is (235,240,129). Sum of RGB (Red+Green+Blue) = 235+240+129=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 240 (94.14% from 255 or 39.74% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF081 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EBF081 is #140F7E. Grayscale: #E2E2E2. Windows color (decimal): -1314687 or 8515819. OLE color: 8515819.

HSL color Cylindrical-coordinate representation of color #EBF081: hue angle of 62.7º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EBF081 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB235240129-
CMYK0.0200.460.06
HSL62.7º78.72%72.35%-
HSV(B)62.7º46.25%94.12%-
XYZ69.3881.5732.86-
YUV225.8573.34134.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 240 (94.14% from 255) = 39.74%
BLUE value IS 129 (50.78% from 255) = 21.36%
R=38.91%
G=39.74%
B=21.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352401290.0200.460.0662.778.7272.35
HexEBF081202E63f4f48
Octal3533602012056677117110
Binary11101011111100001000000110010111011011111110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF081; }

 p { color: rgb(235,240,129); }

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

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

 a { background-color: rgb(235,240,129); }

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

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

 span { border-color: rgb(235,240,129); }

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