Html Css Color HEX #E7E475 Texas

📋 copy color: '#E7E475'

red 231 ◦ green 228 ◦ blue 117

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

Shades of Texas #E7E475

Tints of Texas #E7E475

RGB

 RED value IS 231 (90.63% from 255) = 40.1%

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

 BLUE value IS 117 (46.09% from 255) = 20.31%

R = 40.1%
G = 39.58%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7E475 (or 0xE7E475) is known color: Texas. HEX triplet: E7, E4 and 75. RGB value is (231,228,117). Sum of RGB (Red+Green+Blue) = 231+228+117=576 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.10% from 576); Green value is 228 (89.45% from 255 or 39.58% from 576); Blue value is 117 (46.09% from 255 or 20.31% from 576); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E475 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E475 is #181B8A. Grayscale: #D8D8D8. Windows color (decimal): -1579915 or 7726311. OLE color: 7726311.

HSL color Cylindrical-coordinate representation of color #E7E475: hue angle of 58.42º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E7E475 is Cyan = 0, Magento = 0.01, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 228 117 -
CMYK 0 0.01 0.49 0.09
HSL 58.42º 0.7% 0.68% -
HSV(B) 58.42º 0.49% 0.91% -
XYZ 63.91 73.76 27.7 -
YUV 216.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 231 228 117 0 0.01 0.49 0.09 58.42 0.7 0.68
Hex E7 E4 75 0 1 31 9 3A 46 44
Octal 347 344 165 0 1 61 11 72 106 104
Binary 11100111 11100100 1110101 0 1 110001 1001 111010 1000110 1000100

Color Harmonies of #E7E475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E475

Black with #E7E475

Text Example


Text Example

White with #E7E475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E475; }

 p { color: rgb(231,228,117); }

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

background-color css

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

 a { background-color: rgb(231,228,117); }

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

border-color css

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

 span { border-color: rgb(231,228,117); }

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