Html Css Color HEX #E2CC73 Wild Rice

📋 copy color: '#E2CC73'

red 226 ◦ green 204 ◦ blue 115

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

Shades of Wild Rice #E2CC73

Tints of Wild Rice #E2CC73

RGB

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

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

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

R = 41.47%
G = 37.43%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#E2CC73 (or 0xE2CC73) is known color: Wild Rice. HEX triplet: E2, CC and 73. RGB value is (226,204,115). Sum of RGB (Red+Green+Blue) = 226+204+115=545 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.47% from 545); Green value is 204 (80.08% from 255 or 37.43% from 545); Blue value is 115 (45.31% from 255 or 21.10% from 545); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC73 is #1D338C. Grayscale: #C8C8C8. Windows color (decimal): -1913741 or 7589090. OLE color: 7589090.

HSL color Cylindrical-coordinate representation of color #E2CC73: hue angle of 48.11º 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 #E2CC73 is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 204 115 -
CMYK 0 0.10 0.49 0.11
HSL 48.11º 0.66% 0.67% -
HSV(B) 48.11º 0.49% 0.89% -
XYZ 56.05 60.59 24.96 -
YUV 200.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 226 204 115 0 0.10 0.49 0.11 48.11 0.66 0.67
Hex E2 CC 73 0 A 31 B 30 42 43
Octal 342 314 163 0 12 61 13 60 102 103
Binary 11100010 11001100 1110011 0 1010 110001 1011 110000 1000010 1000011

Color Harmonies of #E2CC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC73

Black with #E2CC73

Text Example


Text Example

White with #E2CC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC73; }

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

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

background-color css

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

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

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

border-color css

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

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

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