Html Css Color HEX #E2DF7F Texas

📋 copy color: '#E2DF7F'

red 226 ◦ green 223 ◦ blue 127

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

Shades of Texas #E2DF7F

Tints of Texas #E2DF7F

RGB

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

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

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

R = 39.24%
G = 38.72%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2DF7F (or 0xE2DF7F) is known color: Texas. HEX triplet: E2, DF and 7F. RGB value is (226,223,127). Sum of RGB (Red+Green+Blue) = 226+223+127=576 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.24% from 576); Green value is 223 (87.5% from 255 or 38.72% from 576); Blue value is 127 (50% from 255 or 22.05% from 576); Max value from RGB is 226 - color contains mainly: red. Hex color #E2DF7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2DF7F is #1D2080. Grayscale: #D5D5D5. Windows color (decimal): -1908865 or 8380386. OLE color: 8380386.

HSL color Cylindrical-coordinate representation of color #E2DF7F: hue angle of 58.18º 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 #E2DF7F is Cyan = 0, Magento = 0.01, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 223 127 -
CMYK 0 0.01 0.44 0.11
HSL 58.18º 0.63% 0.69% -
HSV(B) 58.18º 0.44% 0.89% -
XYZ 61.58 70.48 30.44 -
YUV 212.95 79.49 137.31 -
System Red Green Blue C M Y K H S L
Decimal 226 223 127 0 0.01 0.44 0.11 58.18 0.63 0.69
Hex E2 DF 7F 0 1 2C B 3A 3F 45
Octal 342 337 177 0 1 54 13 72 77 105
Binary 11100010 11011111 1111111 0 1 101100 1011 111010 111111 1000101

Color Harmonies of #E2DF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2DF7F

Black with #E2DF7F

Text Example


Text Example

White with #E2DF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2DF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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