Html Css Color HEX #EBE873 Texas

📋 copy color: '#EBE873'

red 235 ◦ green 232 ◦ blue 115

#EBE873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #EBE873

Tints of Texas #EBE873

RGB

 RED value IS 235 (92.19% from 255) = 40.38%

 GREEN value IS 232 (91.02% from 255) = 39.86%

 BLUE value IS 115 (45.31% from 255) = 19.76%

R = 40.38%
G = 39.86%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBE873 (or 0xEBE873) is known color: Texas. HEX triplet: EB, E8 and 73. RGB value is (235,232,115). Sum of RGB (Red+Green+Blue) = 235+232+115=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 232 (91.02% from 255 or 39.86% from 582); Blue value is 115 (45.31% from 255 or 19.76% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE873 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE873 is #14178C. Grayscale: #DCDCDC. Windows color (decimal): -1316749 or 7596267. OLE color: 7596267.

HSL color Cylindrical-coordinate representation of color #EBE873: hue angle of 58.5º 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 #EBE873 is Cyan = 0, Magento = 0.01, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 232 115 -
CMYK 0 0.01 0.51 0.08
HSL 58.5º 0.75% 0.69% -
HSV(B) 58.5º 0.51% 0.92% -
XYZ 66.21 76.61 27.52 -
YUV 219.56 68.99 139.01 -
System Red Green Blue C M Y K H S L
Decimal 235 232 115 0 0.01 0.51 0.08 58.5 0.75 0.69
Hex EB E8 73 0 1 33 8 3A 4B 45
Octal 353 350 163 0 1 63 10 72 113 105
Binary 11101011 11101000 1110011 0 1 110011 1000 111010 1001011 1000101

Color Harmonies of #EBE873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE873

Black with #EBE873

Text Example


Text Example

White with #EBE873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE873; }

 p { color: rgb(235,232,115); }

 H1.HeaderClassName
 {
   color: #EBE873;
 }
 .AnyTagClassName
 {
   color: #EBE873;
 }
</style>

background-color css

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

 a { background-color: rgb(235,232,115); }

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

border-color css

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

 span { border-color: rgb(235,232,115); }

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