Html Css Color HEX #E0DF7D Texas

📋 copy color: '#E0DF7D'

red 224 ◦ green 223 ◦ blue 125

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

Shades of Texas #E0DF7D

Tints of Texas #E0DF7D

RGB

 RED value IS 224 (87.89% from 255) = 39.16%

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

 BLUE value IS 125 (49.22% from 255) = 21.85%

R = 39.16%
G = 38.99%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0DF7D (or 0xE0DF7D) is known color: Texas. HEX triplet: E0, DF and 7D. RGB value is (224,223,125). Sum of RGB (Red+Green+Blue) = 224+223+125=572 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.16% from 572); Green value is 223 (87.5% from 255 or 38.99% from 572); Blue value is 125 (49.22% from 255 or 21.85% from 572); Max value from RGB is 224 - color contains mainly: red. Hex color #E0DF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0DF7D is #1F2082. Grayscale: #D4D4D4. Windows color (decimal): -2039939 or 8249312. OLE color: 8249312.

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

Color convert

RGB 224 223 125 -
CMYK 0 0.00 0.44 0.12
HSL 59.39º 0.61% 0.68% -
HSV(B) 59.39º 0.44% 0.88% -
XYZ 60.83 70.1 29.73 -
YUV 212.13 78.83 136.47 -
System Red Green Blue C M Y K H S L
Decimal 224 223 125 0 0.00 0.44 0.12 59.39 0.61 0.68
Hex E0 DF 7D 0 0 2C C 3B 3D 44
Octal 340 337 175 0 0 54 14 73 75 104
Binary 11100000 11011111 1111101 0 0 101100 1100 111011 111101 1000100

Color Harmonies of #E0DF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0DF7D

Black with #E0DF7D

Text Example


Text Example

White with #E0DF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0DF7D; }

 p { color: rgb(224,223,125); }

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

background-color css

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

 a { background-color: rgb(224,223,125); }

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

border-color css

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

 span { border-color: rgb(224,223,125); }

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