Html Css Color HEX #E2DE7B Texas

📋 copy color: '#E2DE7B'

red 226 ◦ green 222 ◦ blue 123

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

Shades of Texas #E2DE7B

Tints of Texas #E2DE7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.54%

R = 39.58%
G = 38.88%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.11

RGB Variations

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

Color information

#E2DE7B (or 0xE2DE7B) is known color: Texas. HEX triplet: E2, DE and 7B. RGB value is (226,222,123). Sum of RGB (Red+Green+Blue) = 226+222+123=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 222 (87.11% from 255 or 38.88% from 571); Blue value is 123 (48.44% from 255 or 21.54% from 571); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DE7B is #1D2184. Grayscale: #D4D4D4. Windows color (decimal): -1909125 or 8117986. OLE color: 8117986.

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

Color convert

RGB 226 222 123 -
CMYK 0 0.02 0.46 0.11
HSL 57.67º 0.64% 0.68% -
HSV(B) 57.67º 0.46% 0.89% -
XYZ 61.06 69.84 29 -
YUV 211.91 77.83 138.05 -
System Red Green Blue C M Y K H S L
Decimal 226 222 123 0 0.02 0.46 0.11 57.67 0.64 0.68
Hex E2 DE 7B 0 2 2E B 3A 40 44
Octal 342 336 173 0 2 56 13 72 100 104
Binary 11100010 11011110 1111011 0 10 101110 1011 111010 1000000 1000100

Color Harmonies of #E2DE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DE7B

Black with #E2DE7B

Text Example


Text Example

White with #E2DE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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