Html Css Color HEX #EBE276 Texas

📋 copy color: '#EBE276'

red 235 ◦ green 226 ◦ blue 118

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

Shades of Texas #EBE276

Tints of Texas #EBE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.03%

 BLUE value IS 118 (46.48% from 255) = 20.38%

R = 40.59%
G = 39.03%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EBE276 (or 0xEBE276) is known color: Texas. HEX triplet: EB, E2 and 76. RGB value is (235,226,118). Sum of RGB (Red+Green+Blue) = 235+226+118=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 226 (88.67% from 255 or 39.03% from 579); Blue value is 118 (46.48% from 255 or 20.38% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE276 is #141D89. Grayscale: #D8D8D8. Windows color (decimal): -1318282 or 7791339. OLE color: 7791339.

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

Color convert

RGB 235 226 118 -
CMYK 0 0.04 0.50 0.08
HSL 55.38º 0.75% 0.69% -
HSV(B) 55.38º 0.5% 0.92% -
XYZ 64.73 73.36 27.89 -
YUV 216.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 235 226 118 0 0.04 0.50 0.08 55.38 0.75 0.69
Hex EB E2 76 0 4 32 8 37 4B 45
Octal 353 342 166 0 4 62 10 67 113 105
Binary 11101011 11100010 1110110 0 100 110010 1000 110111 1001011 1000101

Color Harmonies of #EBE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE276

Black with #EBE276

Text Example


Text Example

White with #EBE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE276; }

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

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

background-color css

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

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

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

border-color css

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

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

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