Html Css Color HEX #E8E478 Texas

📋 copy color: '#E8E478'

red 232 ◦ green 228 ◦ blue 120

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

Shades of Texas #E8E478

Tints of Texas #E8E478

RGB

 RED value IS 232 (91.02% from 255) = 40%

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

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

R = 40%
G = 39.31%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E8E478 (or 0xE8E478) is known color: Texas. HEX triplet: E8, E4 and 78. RGB value is (232,228,120). Sum of RGB (Red+Green+Blue) = 232+228+120=580 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 120 (47.27% from 255 or 20.69% from 580); Max value from RGB is 232 - color contains mainly: red. Hex color #E8E478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8E478 is #171B87. Grayscale: #D9D9D9. Windows color (decimal): -1514376 or 7922920. OLE color: 7922920.

HSL color Cylindrical-coordinate representation of color #E8E478: hue angle of 57.86º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E8E478 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 228 120 -
CMYK 0 0.02 0.48 0.09
HSL 57.86º 0.71% 0.69% -
HSV(B) 57.86º 0.48% 0.91% -
XYZ 64.41 74 28.66 -
YUV 216.88 73.33 138.78 -
System Red Green Blue C M Y K H S L
Decimal 232 228 120 0 0.02 0.48 0.09 57.86 0.71 0.69
Hex E8 E4 78 0 2 30 9 3A 47 45
Octal 350 344 170 0 2 60 11 72 107 105
Binary 11101000 11100100 1111000 0 10 110000 1001 111010 1000111 1000101

Color Harmonies of #E8E478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8E478

Black with #E8E478

Text Example


Text Example

White with #E8E478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8E478; }

 p { color: rgb(232,228,120); }

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

background-color css

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

 a { background-color: rgb(232,228,120); }

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

border-color css

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

 span { border-color: rgb(232,228,120); }

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