Html Css Color HEX #E1CF73 Wild Rice

📋 copy color: '#E1CF73'

red 225 ◦ green 207 ◦ blue 115

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

Shades of Wild Rice #E1CF73

Tints of Wild Rice #E1CF73

RGB

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

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 115 (45.31% from 255) = 21.02%

R = 41.13%
G = 37.84%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1CF73 (or 0xE1CF73) is known color: Wild Rice. HEX triplet: E1, CF and 73. RGB value is (225,207,115). Sum of RGB (Red+Green+Blue) = 225+207+115=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CF73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1CF73 is #1E308C. Grayscale: #CACACA. Windows color (decimal): -1978509 or 7589857. OLE color: 7589857.

HSL color Cylindrical-coordinate representation of color #E1CF73: hue angle of 50.18º degrees, saturation: 0.65, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E1CF73 is Cyan = 0, Magento = 0.08, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 207 115 -
CMYK 0 0.08 0.49 0.12
HSL 50.18º 0.65% 0.67% -
HSV(B) 50.18º 0.49% 0.88% -
XYZ 56.46 61.87 25.19 -
YUV 201.89 78.96 144.48 -
System Red Green Blue C M Y K H S L
Decimal 225 207 115 0 0.08 0.49 0.12 50.18 0.65 0.67
Hex E1 CF 73 0 8 31 C 32 41 43
Octal 341 317 163 0 10 61 14 62 101 103
Binary 11100001 11001111 1110011 0 1000 110001 1100 110010 1000001 1000011

Color Harmonies of #E1CF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CF73

Black with #E1CF73

Text Example


Text Example

White with #E1CF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CF73; }

 p { color: rgb(225,207,115); }

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

background-color css

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

 a { background-color: rgb(225,207,115); }

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

border-color css

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

 span { border-color: rgb(225,207,115); }

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