Html Css Color HEX #E7DC71 Wild Rice

📋 copy color: '#E7DC71'

red 231 ◦ green 220 ◦ blue 113

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

Shades of Wild Rice #E7DC71

Tints of Wild Rice #E7DC71

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.01%

 BLUE value IS 113 (44.53% from 255) = 20.04%

R = 40.96%
G = 39.01%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7DC71 (or 0xE7DC71) is known color: Wild Rice. HEX triplet: E7, DC and 71. RGB value is (231,220,113). Sum of RGB (Red+Green+Blue) = 231+220+113=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 220 (86.33% from 255 or 39.01% from 564); Blue value is 113 (44.53% from 255 or 20.04% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC71 is #18238E. Grayscale: #D3D3D3. Windows color (decimal): -1581967 or 7462119. OLE color: 7462119.

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

Color convert

RGB 231 220 113 -
CMYK 0 0.05 0.51 0.09
HSL 54.41º 0.71% 0.67% -
HSV(B) 54.41º 0.51% 0.91% -
XYZ 61.53 69.37 25.77 -
YUV 211.09 72.64 142.2 -
System Red Green Blue C M Y K H S L
Decimal 231 220 113 0 0.05 0.51 0.09 54.41 0.71 0.67
Hex E7 DC 71 0 5 33 9 36 47 43
Octal 347 334 161 0 5 63 11 66 107 103
Binary 11100111 11011100 1110001 0 101 110011 1001 110110 1000111 1000011

Color Harmonies of #E7DC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC71

Black with #E7DC71

Text Example


Text Example

White with #E7DC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC71; }

 p { color: rgb(231,220,113); }

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

background-color css

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

 a { background-color: rgb(231,220,113); }

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

border-color css

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

 span { border-color: rgb(231,220,113); }

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