Html Css Color HEX #E3CE72 Wild Rice

📋 copy color: '#E3CE72'

red 227 ◦ green 206 ◦ blue 114

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

Shades of Wild Rice #E3CE72

Tints of Wild Rice #E3CE72

RGB

 RED value IS 227 (89.06% from 255) = 41.5%

 GREEN value IS 206 (80.86% from 255) = 37.66%

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

R = 41.5%
G = 37.66%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E3CE72 (or 0xE3CE72) is known color: Wild Rice. HEX triplet: E3, CE and 72. RGB value is (227,206,114). Sum of RGB (Red+Green+Blue) = 227+206+114=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E3CE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3CE72 is #1C318D. Grayscale: #CACACA. Windows color (decimal): -1847694 or 7524067. OLE color: 7524067.

HSL color Cylindrical-coordinate representation of color #E3CE72: hue angle of 48.85º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E3CE72 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 206 114 -
CMYK 0 0.09 0.50 0.11
HSL 48.85º 0.67% 0.67% -
HSV(B) 48.85º 0.5% 0.89% -
XYZ 56.79 61.69 24.83 -
YUV 201.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 227 206 114 0 0.09 0.50 0.11 48.85 0.67 0.67
Hex E3 CE 72 0 9 32 B 31 43 43
Octal 343 316 162 0 11 62 13 61 103 103
Binary 11100011 11001110 1110010 0 1001 110010 1011 110001 1000011 1000011

Color Harmonies of #E3CE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3CE72

Black with #E3CE72

Text Example


Text Example

White with #E3CE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3CE72; }

 p { color: rgb(227,206,114); }

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

background-color css

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

 a { background-color: rgb(227,206,114); }

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

border-color css

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

 span { border-color: rgb(227,206,114); }

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