Html Css Color HEX #EBEA74 Texas

📋 copy color: '#EBEA74'

red 235 ◦ green 234 ◦ blue 116

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

Shades of Texas #EBEA74

Tints of Texas #EBEA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40%

 BLUE value IS 116 (45.7% from 255) = 19.83%

R = 40.17%
G = 40%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBEA74 (or 0xEBEA74) is known color: Texas. HEX triplet: EB, EA and 74. RGB value is (235,234,116). Sum of RGB (Red+Green+Blue) = 235+234+116=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 234 (91.80% from 255 or 40% from 585); Blue value is 116 (45.70% from 255 or 19.83% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EBEA74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBEA74 is #14158B. Grayscale: #DDDDDD. Windows color (decimal): -1316236 or 7662315. OLE color: 7662315.

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

Color convert

RGB 235 234 116 -
CMYK 0 0.00 0.51 0.08
HSL 59.5º 0.75% 0.69% -
HSV(B) 59.5º 0.51% 0.92% -
XYZ 66.84 77.77 28.01 -
YUV 220.85 68.83 138.09 -
System Red Green Blue C M Y K H S L
Decimal 235 234 116 0 0.00 0.51 0.08 59.5 0.75 0.69
Hex EB EA 74 0 0 33 8 3B 4B 45
Octal 353 352 164 0 0 63 10 73 113 105
Binary 11101011 11101010 1110100 0 0 110011 1000 111011 1001011 1000101

Color Harmonies of #EBEA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBEA74

Black with #EBEA74

Text Example


Text Example

White with #EBEA74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBEA74; }

 p { color: rgb(235,234,116); }

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

background-color css

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

 a { background-color: rgb(235,234,116); }

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

border-color css

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

 span { border-color: rgb(235,234,116); }

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