Html Css Color HEX #EBE077 Texas

📋 copy color: '#EBE077'

red 235 ◦ green 224 ◦ blue 119

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

Shades of Texas #EBE077

Tints of Texas #EBE077

RGB

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

 GREEN value IS 224 (87.89% from 255) = 38.75%

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

R = 40.66%
G = 38.75%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBE077 (or 0xEBE077) is known color: Texas. HEX triplet: EB, E0 and 77. RGB value is (235,224,119). Sum of RGB (Red+Green+Blue) = 235+224+119=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 224 (87.89% from 255 or 38.75% from 578); Blue value is 119 (46.88% from 255 or 20.59% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE077 is #141F88. Grayscale: #D7D7D7. Windows color (decimal): -1318793 or 7856363. OLE color: 7856363.

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

Color convert

RGB 235 224 119 -
CMYK 0 0.05 0.49 0.08
HSL 54.31º 0.74% 0.69% -
HSV(B) 54.31º 0.49% 0.92% -
XYZ 64.25 72.31 28.02 -
YUV 215.32 73.64 142.04 -
System Red Green Blue C M Y K H S L
Decimal 235 224 119 0 0.05 0.49 0.08 54.31 0.74 0.69
Hex EB E0 77 0 5 31 8 36 4A 45
Octal 353 340 167 0 5 61 10 66 112 105
Binary 11101011 11100000 1110111 0 101 110001 1000 110110 1001010 1000101

Color Harmonies of #EBE077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE077

Black with #EBE077

Text Example


Text Example

White with #EBE077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE077; }

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

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

background-color css

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

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

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

border-color css

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

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

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