Html Css Color HEX #EBE271 Texas

📋 copy color: '#EBE271'

red 235 ◦ green 226 ◦ blue 113

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

Shades of Texas #EBE271

Tints of Texas #EBE271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 19.69%

R = 40.94%
G = 39.37%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBE271 (or 0xEBE271) is known color: Texas. HEX triplet: EB, E2 and 71. RGB value is (235,226,113). Sum of RGB (Red+Green+Blue) = 235+226+113=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 226 (88.67% from 255 or 39.37% from 574); Blue value is 113 (44.53% from 255 or 19.69% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE271 is #141D8E. Grayscale: #D8D8D8. Windows color (decimal): -1318287 or 7463659. OLE color: 7463659.

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

Color convert

RGB 235 226 113 -
CMYK 0 0.04 0.52 0.08
HSL 55.57º 0.75% 0.68% -
HSV(B) 55.57º 0.52% 0.92% -
XYZ 64.44 73.25 26.36 -
YUV 215.81 69.98 141.69 -
System Red Green Blue C M Y K H S L
Decimal 235 226 113 0 0.04 0.52 0.08 55.57 0.75 0.68
Hex EB E2 71 0 4 34 8 38 4B 44
Octal 353 342 161 0 4 64 10 70 113 104
Binary 11101011 11100010 1110001 0 100 110100 1000 111000 1001011 1000100

Color Harmonies of #EBE271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE271

Black with #EBE271

Text Example


Text Example

White with #EBE271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE271; }

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

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

background-color css

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

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

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

border-color css

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

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

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