Html Css Color HEX #EBE874 Texas

📋 copy color: '#EBE874'

red 235 ◦ green 232 ◦ blue 116

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

Shades of Texas #EBE874

Tints of Texas #EBE874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.9%

R = 40.31%
G = 39.79%
B = 19.9%

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

#EBE874 (or 0xEBE874) is known color: Texas. HEX triplet: EB, E8 and 74. RGB value is (235,232,116). Sum of RGB (Red+Green+Blue) = 235+232+116=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 116 (45.70% from 255 or 19.90% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE874 is #14178B. Grayscale: #DCDCDC. Windows color (decimal): -1316748 or 7661803. OLE color: 7661803.

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

Color convert

RGB 235 232 116 -
CMYK 0 0.01 0.51 0.08
HSL 58.49º 0.75% 0.69% -
HSV(B) 58.49º 0.51% 0.92% -
XYZ 66.27 76.64 27.82 -
YUV 219.67 69.49 138.93 -
System Red Green Blue C M Y K H S L
Decimal 235 232 116 0 0.01 0.51 0.08 58.49 0.75 0.69
Hex EB E8 74 0 1 33 8 3A 4B 45
Octal 353 350 164 0 1 63 10 72 113 105
Binary 11101011 11101000 1110100 0 1 110011 1000 111010 1001011 1000101

Color Harmonies of #EBE874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE874

Black with #EBE874

Text Example


Text Example

White with #EBE874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE874; }

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

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

background-color css

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

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

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

border-color css

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

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

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