Html Css Color HEX #EBE170 Texas

📋 copy color: '#EBE170'

red 235 ◦ green 225 ◦ blue 112

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

Shades of Texas #EBE170

Tints of Texas #EBE170

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.34%

 BLUE value IS 112 (44.14% from 255) = 19.58%

R = 41.08%
G = 39.34%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBE170 (or 0xEBE170) is known color: Texas. HEX triplet: EB, E1 and 70. RGB value is (235,225,112). Sum of RGB (Red+Green+Blue) = 235+225+112=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 225 (88.28% from 255 or 39.34% from 572); Blue value is 112 (44.14% from 255 or 19.58% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE170 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE170 is #141E8F. Grayscale: #D7D7D7. Windows color (decimal): -1318544 or 7397867. OLE color: 7397867.

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

Color convert

RGB 235 225 112 -
CMYK 0 0.04 0.52 0.08
HSL 55.12º 0.75% 0.68% -
HSV(B) 55.12º 0.52% 0.92% -
XYZ 64.11 72.68 25.98 -
YUV 215.11 69.81 142.19 -
System Red Green Blue C M Y K H S L
Decimal 235 225 112 0 0.04 0.52 0.08 55.12 0.75 0.68
Hex EB E1 70 0 4 34 8 37 4B 44
Octal 353 341 160 0 4 64 10 67 113 104
Binary 11101011 11100001 1110000 0 100 110100 1000 110111 1001011 1000100

Color Harmonies of #EBE170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE170

Black with #EBE170

Text Example


Text Example

White with #EBE170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE170; }

 p { color: rgb(235,225,112); }

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

background-color css

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

 a { background-color: rgb(235,225,112); }

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

border-color css

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

 span { border-color: rgb(235,225,112); }

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