Html Css Color HEX #E6E585 Texas

📋 copy color: '#E6E585'

red 230 ◦ green 229 ◦ blue 133

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

Shades of Texas #E6E585

Tints of Texas #E6E585

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.68%

 BLUE value IS 133 (52.34% from 255) = 22.47%

R = 38.85%
G = 38.68%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6E585 (or 0xE6E585) is known color: Texas. HEX triplet: E6, E5 and 85. RGB value is (230,229,133). Sum of RGB (Red+Green+Blue) = 230+229+133=592 (78% of max value = 765). Red value is 230 (90.23% from 255 or 38.85% from 592); Green value is 229 (89.84% from 255 or 38.68% from 592); Blue value is 133 (52.34% from 255 or 22.47% from 592); Max value from RGB is 230 - color contains mainly: red. Hex color #E6E585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6E585 is #191A7A. Grayscale: #DADADA. Windows color (decimal): -1645179 or 8775142. OLE color: 8775142.

HSL color Cylindrical-coordinate representation of color #E6E585: hue angle of 59.38º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E6E585 is Cyan = 0, Magento = 0.00, Yellow = 0.42 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 229 133 -
CMYK 0 0.00 0.42 0.10
HSL 59.38º 0.66% 0.71% -
HSV(B) 59.38º 0.42% 0.9% -
XYZ 64.89 74.56 33.16 -
YUV 218.36 79.83 136.31 -
System Red Green Blue C M Y K H S L
Decimal 230 229 133 0 0.00 0.42 0.10 59.38 0.66 0.71
Hex E6 E5 85 0 0 2A A 3B 42 47
Octal 346 345 205 0 0 52 12 73 102 107
Binary 11100110 11100101 10000101 0 0 101010 1010 111011 1000010 1000111

Color Harmonies of #E6E585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E585

Black with #E6E585

Text Example


Text Example

White with #E6E585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E585; }

 p { color: rgb(230,229,133); }

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

background-color css

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

 a { background-color: rgb(230,229,133); }

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

border-color css

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

 span { border-color: rgb(230,229,133); }

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