Html Css Color HEX #EBE470 Texas

📋 copy color: '#EBE470'

red 235 ◦ green 228 ◦ blue 112

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

Shades of Texas #EBE470

Tints of Texas #EBE470

RGB

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

 GREEN value IS 228 (89.45% from 255) = 39.65%

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

R = 40.87%
G = 39.65%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBE470 (or 0xEBE470) is known color: Texas. HEX triplet: EB, E4 and 70. RGB value is (235,228,112). Sum of RGB (Red+Green+Blue) = 235+228+112=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 228 (89.45% from 255 or 39.65% from 575); Blue value is 112 (44.14% from 255 or 19.48% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBE470 is #141B8F. Grayscale: #D9D9D9. Windows color (decimal): -1317776 or 7398635. OLE color: 7398635.

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

Color convert

RGB 235 228 112 -
CMYK 0 0.03 0.52 0.08
HSL 56.59º 0.75% 0.68% -
HSV(B) 56.59º 0.52% 0.92% -
XYZ 64.93 74.32 26.25 -
YUV 216.87 68.82 140.93 -
System Red Green Blue C M Y K H S L
Decimal 235 228 112 0 0.03 0.52 0.08 56.59 0.75 0.68
Hex EB E4 70 0 3 34 8 39 4B 44
Octal 353 344 160 0 3 64 10 71 113 104
Binary 11101011 11100100 1110000 0 11 110100 1000 111001 1001011 1000100

Color Harmonies of #EBE470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBE470

Black with #EBE470

Text Example


Text Example

White with #EBE470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBE470; }

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

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

background-color css

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

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

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

border-color css

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

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

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