Html Css Color HEX #EBE978 Texas

📋 copy color: '#EBE978'

red 235 ◦ green 233 ◦ blue 120

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

Shades of Texas #EBE978

Tints of Texas #EBE978

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.63%

 BLUE value IS 120 (47.27% from 255) = 20.41%

R = 39.97%
G = 39.63%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#EBE978 (or 0xEBE978) is known color: Texas. HEX triplet: EB, E9 and 78. RGB value is (235,233,120). Sum of RGB (Red+Green+Blue) = 235+233+120=588 (77% of max value = 765). Red value is 235 (92.19% from 255 or 39.97% from 588); Green value is 233 (91.41% from 255 or 39.63% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBE978 is #141687. Grayscale: #DDDDDD. Windows color (decimal): -1316488 or 7924203. OLE color: 7924203.

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

Color convert

RGB 235 233 120 -
CMYK 0 0.01 0.49 0.08
HSL 58.96º 0.74% 0.7% -
HSV(B) 58.96º 0.49% 0.92% -
XYZ 66.79 77.3 29.17 -
YUV 220.72 71.16 138.19 -
System Red Green Blue C M Y K H S L
Decimal 235 233 120 0 0.01 0.49 0.08 58.96 0.74 0.7
Hex EB E9 78 0 1 31 8 3B 4A 46
Octal 353 351 170 0 1 61 10 73 112 106
Binary 11101011 11101001 1111000 0 1 110001 1000 111011 1001010 1000110

Color Harmonies of #EBE978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE978

Black with #EBE978

Text Example


Text Example

White with #EBE978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE978; }

 p { color: rgb(235,233,120); }

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

background-color css

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

 a { background-color: rgb(235,233,120); }

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

border-color css

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

 span { border-color: rgb(235,233,120); }

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