#EBE77D

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

Shades of Texas #EBE77D

Tints of Texas #EBE77D

Color information

#EBE77D (or 0xEBE77D) is unknown color: approx Texas. HEX triplet: EB, E7 and 7D. RGB value is (235,231,125). Sum of RGB (Red+Green+Blue) = 235+231+125=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 125 (49.22% from 255 or 21.15% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE77D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE77D is #141882. Grayscale: #DCDCDC. Windows color (decimal): -1316995 or 8251371. OLE color: 8251371.

HSL color Cylindrical-coordinate representation of color #EBE77D: hue angle of 57.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EBE77D is Cyan = 0, Magento = 0.02, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB235231125-
CMYK00.020.470.08
HSL57.82º73.33%70.59%-
HSV(B)57.82º46.81%92.16%-
XYZ66.5476.2930.62-
YUV220.1174.33138.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.76%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 125 (49.22% from 255) = 21.15%
R=39.76%
G=39.09%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523112500.020.470.0857.8273.3370.59
HexEBE77D022F83a4947
Octal35334717502571072111107
Binary11101011111001111111101010101111100011101010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE77D; }

 p { color: rgb(235,231,125); }

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

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

 a { background-color: rgb(235,231,125); }

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

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

 span { border-color: rgb(235,231,125); }

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