Html Css Color HEX #E2CE73 Wild Rice

📋 copy color: '#E2CE73'

red 226 ◦ green 206 ◦ blue 115

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

Shades of Wild Rice #E2CE73

Tints of Wild Rice #E2CE73

RGB

 RED value IS 226 (88.67% from 255) = 41.32%

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

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

R = 41.32%
G = 37.66%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2CE73 (or 0xE2CE73) is known color: Wild Rice. HEX triplet: E2, CE and 73. RGB value is (226,206,115). Sum of RGB (Red+Green+Blue) = 226+206+115=547 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.32% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 115 (45.31% from 255 or 21.02% from 547); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CE73 is #1D318C. Grayscale: #C9C9C9. Windows color (decimal): -1913229 or 7589602. OLE color: 7589602.

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

Color convert

RGB 226 206 115 -
CMYK 0 0.09 0.49 0.11
HSL 49.19º 0.66% 0.67% -
HSV(B) 49.19º 0.49% 0.89% -
XYZ 56.53 61.55 25.12 -
YUV 201.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 226 206 115 0 0.09 0.49 0.11 49.19 0.66 0.67
Hex E2 CE 73 0 9 31 B 31 42 43
Octal 342 316 163 0 11 61 13 61 102 103
Binary 11100010 11001110 1110011 0 1001 110001 1011 110001 1000010 1000011

Color Harmonies of #E2CE73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CE73

Black with #E2CE73

Text Example


Text Example

White with #E2CE73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CE73; }

 p { color: rgb(226,206,115); }

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

background-color css

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

 a { background-color: rgb(226,206,115); }

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

border-color css

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

 span { border-color: rgb(226,206,115); }

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