Html Css Color HEX #E7E076 Texas

📋 copy color: '#E7E076'

red 231 ◦ green 224 ◦ blue 118

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

Shades of Texas #E7E076

Tints of Texas #E7E076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.59%

R = 40.31%
G = 39.09%
B = 20.59%

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

#E7E076 (or 0xE7E076) is known color: Texas. HEX triplet: E7, E0 and 76. RGB value is (231,224,118). Sum of RGB (Red+Green+Blue) = 231+224+118=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 224 (87.89% from 255 or 39.09% from 573); Blue value is 118 (46.48% from 255 or 20.59% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E7E076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7E076 is #181F89. Grayscale: #D6D6D6. Windows color (decimal): -1580938 or 7790823. OLE color: 7790823.

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

Color convert

RGB 231 224 118 -
CMYK 0 0.03 0.49 0.09
HSL 56.28º 0.7% 0.68% -
HSV(B) 56.28º 0.49% 0.91% -
XYZ 62.88 71.61 27.65 -
YUV 214.01 73.82 140.12 -
System Red Green Blue C M Y K H S L
Decimal 231 224 118 0 0.03 0.49 0.09 56.28 0.7 0.68
Hex E7 E0 76 0 3 31 9 38 46 44
Octal 347 340 166 0 3 61 11 70 106 104
Binary 11100111 11100000 1110110 0 11 110001 1001 111000 1000110 1000100

Color Harmonies of #E7E076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7E076

Black with #E7E076

Text Example


Text Example

White with #E7E076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7E076; }

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

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

background-color css

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

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

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

border-color css

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

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

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