#EBE674

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

Shades of Texas #EBE674

Tints of Texas #EBE674

Color information

#EBE674 (or 0xEBE674) is unknown color: approx Texas. HEX triplet: EB, E6 and 74. RGB value is (235,230,116). Sum of RGB (Red+Green+Blue) = 235+230+116=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 116 (45.70% from 255 or 19.97% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE674 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE674 is #14198B. Grayscale: #DADADA. Windows color (decimal): -1317260 or 7661291. OLE color: 7661291.

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

Color convert

RGB235230116-
CMYK00.020.510.08
HSL57.48º74.84%68.82%-
HSV(B)57.48º50.64%92.16%-
XYZ65.7175.5227.64-
YUV218.570.16139.77-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.45%
GREEN value IS 230 (90.23% from 255) = 39.59%
BLUE value IS 116 (45.70% from 255) = 19.97%
R=40.45%
G=39.59%
B=19.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23523011600.020.510.0857.4874.8468.82
HexEBE67402338394b45
Octal35334616402631071113105
Binary11101011111001101110100010110011100011100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE674; }

 p { color: rgb(235,230,116); }

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

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

 a { background-color: rgb(235,230,116); }

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

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

 span { border-color: rgb(235,230,116); }

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