Html Css Color HEX #E2DE7C Texas

📋 copy color: '#E2DE7C'

red 226 ◦ green 222 ◦ blue 124

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

Shades of Texas #E2DE7C

Tints of Texas #E2DE7C

RGB

 RED value IS 226 (88.67% from 255) = 39.51%

 GREEN value IS 222 (87.11% from 255) = 38.81%

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

R = 39.51%
G = 38.81%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2DE7C (or 0xE2DE7C) is known color: Texas. HEX triplet: E2, DE and 7C. RGB value is (226,222,124). Sum of RGB (Red+Green+Blue) = 226+222+124=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 222 (87.11% from 255 or 38.81% from 572); Blue value is 124 (48.83% from 255 or 21.68% from 572); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE7C is #1D2183. Grayscale: #D4D4D4. Windows color (decimal): -1909124 or 8183522. OLE color: 8183522.

HSL color Cylindrical-coordinate representation of color #E2DE7C: hue angle of 57.65º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E2DE7C is Cyan = 0, Magento = 0.02, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 222 124 -
CMYK 0 0.02 0.45 0.11
HSL 57.65º 0.64% 0.69% -
HSV(B) 57.65º 0.45% 0.89% -
XYZ 61.12 69.87 29.33 -
YUV 212.02 78.33 137.97 -
System Red Green Blue C M Y K H S L
Decimal 226 222 124 0 0.02 0.45 0.11 57.65 0.64 0.69
Hex E2 DE 7C 0 2 2D B 3A 40 45
Octal 342 336 174 0 2 55 13 72 100 105
Binary 11100010 11011110 1111100 0 10 101101 1011 111010 1000000 1000101

Color Harmonies of #E2DE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE7C

Black with #E2DE7C

Text Example


Text Example

White with #E2DE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE7C; }

 p { color: rgb(226,222,124); }

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

background-color css

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

 a { background-color: rgb(226,222,124); }

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

border-color css

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

 span { border-color: rgb(226,222,124); }

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