Html Css Color HEX #E7E075 Texas

📋 copy color: '#E7E075'

red 231 ◦ green 224 ◦ blue 117

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

Shades of Texas #E7E075

Tints of Texas #E7E075

RGB

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

 GREEN value IS 224 (87.89% from 255) = 39.16%

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

R = 40.38%
G = 39.16%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7E075 (or 0xE7E075) is known color: Texas. HEX triplet: E7, E0 and 75. RGB value is (231,224,117). Sum of RGB (Red+Green+Blue) = 231+224+117=572 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.38% from 572); Green value is 224 (87.89% from 255 or 39.16% from 572); Blue value is 117 (46.09% from 255 or 20.45% from 572); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E075 is #181F8A. Grayscale: #D6D6D6. Windows color (decimal): -1580939 or 7725287. OLE color: 7725287.

HSL color Cylindrical-coordinate representation of color #E7E075: hue angle of 56.32º 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 #E7E075 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 224 117 -
CMYK 0 0.03 0.49 0.09
HSL 56.32º 0.7% 0.68% -
HSV(B) 56.32º 0.49% 0.91% -
XYZ 62.82 71.58 27.34 -
YUV 213.9 73.32 140.2 -
System Red Green Blue C M Y K H S L
Decimal 231 224 117 0 0.03 0.49 0.09 56.32 0.7 0.68
Hex E7 E0 75 0 3 31 9 38 46 44
Octal 347 340 165 0 3 61 11 70 106 104
Binary 11100111 11100000 1110101 0 11 110001 1001 111000 1000110 1000100

Color Harmonies of #E7E075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E075

Black with #E7E075

Text Example


Text Example

White with #E7E075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E075; }

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

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

background-color css

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

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

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

border-color css

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

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

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