#ebe283

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

Shades of Texas #EBE283

Tints of Texas #EBE283

Color information

#EBE283 (or 0xEBE283) is unknown color: approx Texas. HEX triplet: EB, E2 and 83. RGB value is (235,226,131). Sum of RGB (Red+Green+Blue) = 235+226+131=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 226 (88.67% from 255 or 38.18% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBE283 is #141D7C. Grayscale: #DADADA. Windows color (decimal): -1318269 or 8643307. OLE color: 8643307.

HSL color Cylindrical-coordinate representation of color #EBE283: hue angle of 54.81º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EBE283 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB235226131-
CMYK00.040.440.08
HSL54.81º72.22%71.76%-
HSV(B)54.81º44.26%92.16%-
XYZ65.5573.6932.24-
YUV217.8678.98140.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.70%
GREEN value IS 226 (88.67% from 255) = 38.18%
BLUE value IS 131 (51.56% from 255) = 22.13%
R=39.70%
G=38.18%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522613100.040.440.0854.8172.2271.76
HexEBE283042C8374848
Octal35334220304541067110110
Binary1110101111100010100000110100101100100011011110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebe283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebe283; }

 p { color: rgb(235,226,131); }

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

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

 a { background-color: rgb(235,226,131); }

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

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

 span { border-color: rgb(235,226,131); }

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