Html Css Color HEX #EBE377 Texas

📋 copy color: '#EBE377'

red 235 ◦ green 227 ◦ blue 119

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

Shades of Texas #EBE377

Tints of Texas #EBE377

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.07%

 BLUE value IS 119 (46.88% from 255) = 20.48%

R = 40.45%
G = 39.07%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBE377 (or 0xEBE377) is known color: Texas. HEX triplet: EB, E3 and 77. RGB value is (235,227,119). Sum of RGB (Red+Green+Blue) = 235+227+119=581 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.45% from 581); Green value is 227 (89.06% from 255 or 39.07% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE377 is #141C88. Grayscale: #D9D9D9. Windows color (decimal): -1318025 or 7857131. OLE color: 7857131.

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

Color convert

RGB 235 227 119 -
CMYK 0 0.03 0.49 0.08
HSL 55.86º 0.74% 0.69% -
HSV(B) 55.86º 0.49% 0.92% -
XYZ 65.06 73.93 28.29 -
YUV 217.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 235 227 119 0 0.03 0.49 0.08 55.86 0.74 0.69
Hex EB E3 77 0 3 31 8 38 4A 45
Octal 353 343 167 0 3 61 10 70 112 105
Binary 11101011 11100011 1110111 0 11 110001 1000 111000 1001010 1000101

Color Harmonies of #EBE377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE377

Black with #EBE377

Text Example


Text Example

White with #EBE377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE377; }

 p { color: rgb(235,227,119); }

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

background-color css

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

 a { background-color: rgb(235,227,119); }

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

border-color css

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

 span { border-color: rgb(235,227,119); }

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