Html Css Color HEX #E6E380 Texas

📋 copy color: '#E6E380'

red 230 ◦ green 227 ◦ blue 128

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

Shades of Texas #E6E380

Tints of Texas #E6E380

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.8%

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

R = 39.32%
G = 38.8%
B = 21.88%

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

#E6E380 (or 0xE6E380) is known color: Texas. HEX triplet: E6, E3 and 80. RGB value is (230,227,128). Sum of RGB (Red+Green+Blue) = 230+227+128=585 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.32% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 128 (50.39% from 255 or 21.88% from 585); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E380 is #191C7F. Grayscale: #D9D9D9. Windows color (decimal): -1645696 or 8446950. OLE color: 8446950.

HSL color Cylindrical-coordinate representation of color #E6E380: hue angle of 58.24º 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 #E6E380 is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 227 128 -
CMYK 0 0.01 0.44 0.10
HSL 58.24º 0.67% 0.7% -
HSV(B) 58.24º 0.44% 0.9% -
XYZ 64 73.32 31.2 -
YUV 216.61 77.99 137.55 -
System Red Green Blue C M Y K H S L
Decimal 230 227 128 0 0.01 0.44 0.10 58.24 0.67 0.7
Hex E6 E3 80 0 1 2C A 3A 43 46
Octal 346 343 200 0 1 54 12 72 103 106
Binary 11100110 11100011 10000000 0 1 101100 1010 111010 1000011 1000110

Color Harmonies of #E6E380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E380

Black with #E6E380

Text Example


Text Example

White with #E6E380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E380; }

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

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

background-color css

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

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

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

border-color css

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

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

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