Html Css Color HEX #E7DE72 Wild Rice

📋 copy color: '#E7DE72'

red 231 ◦ green 222 ◦ blue 114

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

Shades of Wild Rice #E7DE72

Tints of Wild Rice #E7DE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 39.15%

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

R = 40.74%
G = 39.15%
B = 20.11%

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

#E7DE72 (or 0xE7DE72) is known color: Wild Rice. HEX triplet: E7, DE and 72. RGB value is (231,222,114). Sum of RGB (Red+Green+Blue) = 231+222+114=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 222 (87.11% from 255 or 39.15% from 567); Blue value is 114 (44.92% from 255 or 20.11% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DE72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DE72 is #18218D. Grayscale: #D4D4D4. Windows color (decimal): -1581454 or 7528167. OLE color: 7528167.

HSL color Cylindrical-coordinate representation of color #E7DE72: hue angle of 55.38º 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 #E7DE72 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 222 114 -
CMYK 0 0.04 0.51 0.09
HSL 55.38º 0.71% 0.68% -
HSV(B) 55.38º 0.51% 0.91% -
XYZ 62.11 70.45 26.24 -
YUV 212.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 231 222 114 0 0.04 0.51 0.09 55.38 0.71 0.68
Hex E7 DE 72 0 4 33 9 37 47 44
Octal 347 336 162 0 4 63 11 67 107 104
Binary 11100111 11011110 1110010 0 100 110011 1001 110111 1000111 1000100

Color Harmonies of #E7DE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DE72

Black with #E7DE72

Text Example


Text Example

White with #E7DE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DE72; }

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

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

background-color css

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

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

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

border-color css

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

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

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