Html Css Color HEX #E1CC71 Wild Rice

📋 copy color: '#E1CC71'

red 225 ◦ green 204 ◦ blue 113

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

Shades of Wild Rice #E1CC71

Tints of Wild Rice #E1CC71

RGB

 RED value IS 225 (88.28% from 255) = 41.51%

 GREEN value IS 204 (80.08% from 255) = 37.64%

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

R = 41.51%
G = 37.64%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#E1CC71 (or 0xE1CC71) is known color: Wild Rice. HEX triplet: E1, CC and 71. RGB value is (225,204,113). Sum of RGB (Red+Green+Blue) = 225+204+113=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 113 (44.53% from 255 or 20.85% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CC71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CC71 is #1E338E. Grayscale: #C8C8C8. Windows color (decimal): -1979279 or 7458017. OLE color: 7458017.

HSL color Cylindrical-coordinate representation of color #E1CC71: hue angle of 48.75º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E1CC71 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 113 -
CMYK 0 0.09 0.50 0.12
HSL 48.75º 0.65% 0.66% -
HSV(B) 48.75º 0.5% 0.88% -
XYZ 55.62 60.39 24.35 -
YUV 199.91 78.96 145.9 -
System Red Green Blue C M Y K H S L
Decimal 225 204 113 0 0.09 0.50 0.12 48.75 0.65 0.66
Hex E1 CC 71 0 9 32 C 31 41 42
Octal 341 314 161 0 11 62 14 61 101 102
Binary 11100001 11001100 1110001 0 1001 110010 1100 110001 1000001 1000010

Color Harmonies of #E1CC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CC71

Black with #E1CC71

Text Example


Text Example

White with #E1CC71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CC71; }

 p { color: rgb(225,204,113); }

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

background-color css

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

 a { background-color: rgb(225,204,113); }

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

border-color css

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

 span { border-color: rgb(225,204,113); }

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