Html Css Color HEX #E1DF7C Texas

📋 copy color: '#E1DF7C'

red 225 ◦ green 223 ◦ blue 124

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

Shades of Texas #E1DF7C

Tints of Texas #E1DF7C

RGB

 RED value IS 225 (88.28% from 255) = 39.34%

 GREEN value IS 223 (87.5% from 255) = 38.99%

 BLUE value IS 124 (48.83% from 255) = 21.68%

R = 39.34%
G = 38.99%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E1DF7C (or 0xE1DF7C) is known color: Texas. HEX triplet: E1, DF and 7C. RGB value is (225,223,124). Sum of RGB (Red+Green+Blue) = 225+223+124=572 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.34% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 225 - color contains mainly: red. Hex color #E1DF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1DF7C is #1E2083. Grayscale: #D4D4D4. Windows color (decimal): -1974404 or 8183777. OLE color: 8183777.

HSL color Cylindrical-coordinate representation of color #E1DF7C: hue angle of 58.81º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E1DF7C is Cyan = 0, Magento = 0.01, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 223 124 -
CMYK 0 0.01 0.45 0.12
HSL 58.81º 0.63% 0.68% -
HSV(B) 58.81º 0.45% 0.88% -
XYZ 61.08 70.24 29.41 -
YUV 212.31 78.16 137.05 -
System Red Green Blue C M Y K H S L
Decimal 225 223 124 0 0.01 0.45 0.12 58.81 0.63 0.68
Hex E1 DF 7C 0 1 2D C 3B 3F 44
Octal 341 337 174 0 1 55 14 73 77 104
Binary 11100001 11011111 1111100 0 1 101101 1100 111011 111111 1000100

Color Harmonies of #E1DF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1DF7C

Black with #E1DF7C

Text Example


Text Example

White with #E1DF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1DF7C; }

 p { color: rgb(225,223,124); }

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

background-color css

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

 a { background-color: rgb(225,223,124); }

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

border-color css

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

 span { border-color: rgb(225,223,124); }

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