Html Css Color HEX #E2D675 Wild Rice

📋 copy color: '#E2D675'

red 226 ◦ green 214 ◦ blue 117

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

Shades of Wild Rice #E2D675

Tints of Wild Rice #E2D675

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.42%

 BLUE value IS 117 (46.09% from 255) = 21.01%

R = 40.57%
G = 38.42%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.11

RGB Variations

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

Color information

#E2D675 (or 0xE2D675) is known color: Wild Rice. HEX triplet: E2, D6 and 75. RGB value is (226,214,117). Sum of RGB (Red+Green+Blue) = 226+214+117=557 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.57% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D675 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2D675 is #1D298A. Grayscale: #CECECE. Windows color (decimal): -1911179 or 7722722. OLE color: 7722722.

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

Color convert

RGB 226 214 117 -
CMYK 0 0.05 0.48 0.11
HSL 53.39º 0.65% 0.67% -
HSV(B) 53.39º 0.48% 0.89% -
XYZ 58.62 65.55 26.39 -
YUV 206.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 226 214 117 0 0.05 0.48 0.11 53.39 0.65 0.67
Hex E2 D6 75 0 5 30 B 35 41 43
Octal 342 326 165 0 5 60 13 65 101 103
Binary 11100010 11010110 1110101 0 101 110000 1011 110101 1000001 1000011

Color Harmonies of #E2D675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2D675

Black with #E2D675

Text Example


Text Example

White with #E2D675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2D675; }

 p { color: rgb(226,214,117); }

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

background-color css

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

 a { background-color: rgb(226,214,117); }

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

border-color css

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

 span { border-color: rgb(226,214,117); }

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