Html Css Color HEX #E7D072 Wild Rice

📋 copy color: '#E7D072'

red 231 ◦ green 208 ◦ blue 114

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

Shades of Wild Rice #E7D072

Tints of Wild Rice #E7D072

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.61%

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

R = 41.77%
G = 37.61%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D072 (or 0xE7D072) is known color: Wild Rice. HEX triplet: E7, D0 and 72. RGB value is (231,208,114). Sum of RGB (Red+Green+Blue) = 231+208+114=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 208 (81.64% from 255 or 37.61% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D072 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D072 is #182F8D. Grayscale: #CCCCCC. Windows color (decimal): -1585038 or 7524583. OLE color: 7524583.

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

Color convert

RGB 231 208 114 -
CMYK 0 0.10 0.51 0.09
HSL 48.21º 0.71% 0.68% -
HSV(B) 48.21º 0.51% 0.91% -
XYZ 58.55 63.32 25.05 -
YUV 204.16 77.12 147.14 -
System Red Green Blue C M Y K H S L
Decimal 231 208 114 0 0.10 0.51 0.09 48.21 0.71 0.68
Hex E7 D0 72 0 A 33 9 30 47 44
Octal 347 320 162 0 12 63 11 60 107 104
Binary 11100111 11010000 1110010 0 1010 110011 1001 110000 1000111 1000100

Color Harmonies of #E7D072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D072

Black with #E7D072

Text Example


Text Example

White with #E7D072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D072; }

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

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

background-color css

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

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

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

border-color css

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

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

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