Html Css Color HEX #E2CC70 Wild Rice

📋 copy color: '#E2CC70'

red 226 ◦ green 204 ◦ blue 112

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

Shades of Wild Rice #E2CC70

Tints of Wild Rice #E2CC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.66%

R = 41.7%
G = 37.64%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E2CC70 (or 0xE2CC70) is known color: Wild Rice. HEX triplet: E2, CC and 70. RGB value is (226,204,112). Sum of RGB (Red+Green+Blue) = 226+204+112=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 204 (80.08% from 255 or 37.64% from 542); Blue value is 112 (44.14% from 255 or 20.66% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2CC70 is #1D338F. Grayscale: #C8C8C8. Windows color (decimal): -1913744 or 7392482. OLE color: 7392482.

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

Color convert

RGB 226 204 112 -
CMYK 0 0.10 0.50 0.11
HSL 48.42º 0.66% 0.66% -
HSV(B) 48.42º 0.5% 0.89% -
XYZ 55.88 60.52 24.07 -
YUV 200.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 226 204 112 0 0.10 0.50 0.11 48.42 0.66 0.66
Hex E2 CC 70 0 A 32 B 30 42 42
Octal 342 314 160 0 12 62 13 60 102 102
Binary 11100010 11001100 1110000 0 1010 110010 1011 110000 1000010 1000010

Color Harmonies of #E2CC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CC70

Black with #E2CC70

Text Example


Text Example

White with #E2CC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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