Html Css Color HEX #E7DD72 Wild Rice

📋 copy color: '#E7DD72'

red 231 ◦ green 221 ◦ blue 114

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

Shades of Wild Rice #E7DD72

Tints of Wild Rice #E7DD72

RGB

 RED value IS 231 (90.63% from 255) = 40.81%

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

 BLUE value IS 114 (44.92% from 255) = 20.14%

R = 40.81%
G = 39.05%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7DD72 (or 0xE7DD72) is known color: Wild Rice. HEX triplet: E7, DD and 72. RGB value is (231,221,114). Sum of RGB (Red+Green+Blue) = 231+221+114=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DD72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DD72 is #18228D. Grayscale: #D4D4D4. Windows color (decimal): -1581710 or 7527911. OLE color: 7527911.

HSL color Cylindrical-coordinate representation of color #E7DD72: hue angle of 54.87º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E7DD72 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 221 114 -
CMYK 0 0.04 0.51 0.09
HSL 54.87º 0.71% 0.68% -
HSV(B) 54.87º 0.51% 0.91% -
XYZ 61.85 69.92 26.16 -
YUV 211.79 72.81 141.7 -
System Red Green Blue C M Y K H S L
Decimal 231 221 114 0 0.04 0.51 0.09 54.87 0.71 0.68
Hex E7 DD 72 0 4 33 9 37 47 44
Octal 347 335 162 0 4 63 11 67 107 104
Binary 11100111 11011101 1110010 0 100 110011 1001 110111 1000111 1000100

Color Harmonies of #E7DD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DD72

Black with #E7DD72

Text Example


Text Example

White with #E7DD72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DD72; }

 p { color: rgb(231,221,114); }

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

background-color css

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

 a { background-color: rgb(231,221,114); }

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

border-color css

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

 span { border-color: rgb(231,221,114); }

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