Html Css Color HEX #E6E480 Texas

📋 copy color: '#E6E480'

red 230 ◦ green 228 ◦ blue 128

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

Shades of Texas #E6E480

Tints of Texas #E6E480

RGB

 RED value IS 230 (90.23% from 255) = 39.25%

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

 BLUE value IS 128 (50.39% from 255) = 21.84%

R = 39.25%
G = 38.91%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E6E480 (or 0xE6E480) is known color: Texas. HEX triplet: E6, E4 and 80. RGB value is (230,228,128). Sum of RGB (Red+Green+Blue) = 230+228+128=586 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.25% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 128 (50.39% from 255 or 21.84% from 586); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E480 is #191B7F. Grayscale: #D9D9D9. Windows color (decimal): -1645440 or 8447206. OLE color: 8447206.

HSL color Cylindrical-coordinate representation of color #E6E480: hue angle of 58.82º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E6E480 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 228 128 -
CMYK 0 0.01 0.44 0.10
HSL 58.82º 0.67% 0.7% -
HSV(B) 58.82º 0.44% 0.9% -
XYZ 64.27 73.87 31.29 -
YUV 217.2 77.66 137.13 -
System Red Green Blue C M Y K H S L
Decimal 230 228 128 0 0.01 0.44 0.10 58.82 0.67 0.7
Hex E6 E4 80 0 1 2C A 3B 43 46
Octal 346 344 200 0 1 54 12 73 103 106
Binary 11100110 11100100 10000000 0 1 101100 1010 111011 1000011 1000110

Color Harmonies of #E6E480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E480

Black with #E6E480

Text Example


Text Example

White with #E6E480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E480; }

 p { color: rgb(230,228,128); }

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

background-color css

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

 a { background-color: rgb(230,228,128); }

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

border-color css

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

 span { border-color: rgb(230,228,128); }

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