Html Css Color HEX #EBE079 Texas

📋 copy color: '#EBE079'

red 235 ◦ green 224 ◦ blue 121

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

Shades of Texas #EBE079

Tints of Texas #EBE079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.86%

R = 40.52%
G = 38.62%
B = 20.86%

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

#EBE079 (or 0xEBE079) is known color: Texas. HEX triplet: EB, E0 and 79. RGB value is (235,224,121). Sum of RGB (Red+Green+Blue) = 235+224+121=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 224 (87.89% from 255 or 38.62% from 580); Blue value is 121 (47.66% from 255 or 20.86% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE079 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE079 is #141F86. Grayscale: #D7D7D7. Windows color (decimal): -1318791 or 7987435. OLE color: 7987435.

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

Color convert

RGB 235 224 121 -
CMYK 0 0.05 0.49 0.08
HSL 54.21º 0.74% 0.7% -
HSV(B) 54.21º 0.49% 0.92% -
XYZ 64.37 72.35 28.66 -
YUV 215.55 74.64 141.88 -
System Red Green Blue C M Y K H S L
Decimal 235 224 121 0 0.05 0.49 0.08 54.21 0.74 0.7
Hex EB E0 79 0 5 31 8 36 4A 46
Octal 353 340 171 0 5 61 10 66 112 106
Binary 11101011 11100000 1111001 0 101 110001 1000 110110 1001010 1000110

Color Harmonies of #EBE079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE079

Black with #EBE079

Text Example


Text Example

White with #EBE079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE079; }

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

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

background-color css

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

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

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

border-color css

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

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

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