Html Css Color HEX #E3D270 Wild Rice

📋 copy color: '#E3D270'

red 227 ◦ green 210 ◦ blue 112

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

Shades of Wild Rice #E3D270

Tints of Wild Rice #E3D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.25%

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

R = 41.35%
G = 38.25%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3D270 (or 0xE3D270) is known color: Wild Rice. HEX triplet: E3, D2 and 70. RGB value is (227,210,112). Sum of RGB (Red+Green+Blue) = 227+210+112=549 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.35% from 549); Green value is 210 (82.42% from 255 or 38.25% from 549); Blue value is 112 (44.14% from 255 or 20.40% from 549); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D270 is #1C2D8F. Grayscale: #CCCCCC. Windows color (decimal): -1846672 or 7394019. OLE color: 7394019.

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

Color convert

RGB 227 210 112 -
CMYK 0 0.07 0.51 0.11
HSL 51.13º 0.67% 0.66% -
HSV(B) 51.13º 0.51% 0.89% -
XYZ 57.65 63.59 24.57 -
YUV 203.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 227 210 112 0 0.07 0.51 0.11 51.13 0.67 0.66
Hex E3 D2 70 0 7 33 B 33 43 42
Octal 343 322 160 0 7 63 13 63 103 102
Binary 11100011 11010010 1110000 0 111 110011 1011 110011 1000011 1000010

Color Harmonies of #E3D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D270

Black with #E3D270

Text Example


Text Example

White with #E3D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D270; }

 p { color: rgb(227,210,112); }

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

background-color css

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

 a { background-color: rgb(227,210,112); }

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

border-color css

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

 span { border-color: rgb(227,210,112); }

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