Html Css Color HEX #E0D175 Wild Rice

📋 copy color: '#E0D175'

red 224 ◦ green 209 ◦ blue 117

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

Shades of Wild Rice #E0D175

Tints of Wild Rice #E0D175

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38%

 BLUE value IS 117 (46.09% from 255) = 21.27%

R = 40.73%
G = 38%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0D175 (or 0xE0D175) is known color: Wild Rice. HEX triplet: E0, D1 and 75. RGB value is (224,209,117). Sum of RGB (Red+Green+Blue) = 224+209+117=550 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.73% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D175 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D175 is #1F2E8A. Grayscale: #CBCBCB. Windows color (decimal): -2043531 or 7721440. OLE color: 7721440.

HSL color Cylindrical-coordinate representation of color #E0D175: hue angle of 51.59º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E0D175 is Cyan = 0, Magento = 0.07, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 209 117 -
CMYK 0 0.07 0.48 0.12
HSL 51.59º 0.63% 0.67% -
HSV(B) 51.59º 0.48% 0.88% -
XYZ 56.75 62.73 25.95 -
YUV 203 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 224 209 117 0 0.07 0.48 0.12 51.59 0.63 0.67
Hex E0 D1 75 0 7 30 C 34 3F 43
Octal 340 321 165 0 7 60 14 64 77 103
Binary 11100000 11010001 1110101 0 111 110000 1100 110100 111111 1000011

Color Harmonies of #E0D175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D175

Black with #E0D175

Text Example


Text Example

White with #E0D175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D175; }

 p { color: rgb(224,209,117); }

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

background-color css

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

 a { background-color: rgb(224,209,117); }

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

border-color css

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

 span { border-color: rgb(224,209,117); }

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