Html Css Color HEX #E2DD7F Texas

📋 copy color: '#E2DD7F'

red 226 ◦ green 221 ◦ blue 127

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

Shades of Texas #E2DD7F

Tints of Texas #E2DD7F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 38.5%

 BLUE value IS 127 (50% from 255) = 22.13%

R = 39.37%
G = 38.5%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2DD7F (or 0xE2DD7F) is known color: Texas. HEX triplet: E2, DD and 7F. RGB value is (226,221,127). Sum of RGB (Red+Green+Blue) = 226+221+127=574 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.37% from 574); Green value is 221 (86.72% from 255 or 38.50% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DD7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DD7F is #1D2280. Grayscale: #D4D4D4. Windows color (decimal): -1909377 or 8379874. OLE color: 8379874.

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

Color convert

RGB 226 221 127 -
CMYK 0 0.02 0.44 0.11
HSL 56.97º 0.63% 0.69% -
HSV(B) 56.97º 0.44% 0.89% -
XYZ 61.05 69.41 30.26 -
YUV 211.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 226 221 127 0 0.02 0.44 0.11 56.97 0.63 0.69
Hex E2 DD 7F 0 2 2C B 39 3F 45
Octal 342 335 177 0 2 54 13 71 77 105
Binary 11100010 11011101 1111111 0 10 101100 1011 111001 111111 1000101

Color Harmonies of #E2DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DD7F

Black with #E2DD7F

Text Example


Text Example

White with #E2DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DD7F; }

 p { color: rgb(226,221,127); }

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

background-color css

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

 a { background-color: rgb(226,221,127); }

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

border-color css

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

 span { border-color: rgb(226,221,127); }

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