Html Css Color HEX #E3D26B Wild Rice

📋 copy color: '#E3D26B'

red 227 ◦ green 210 ◦ blue 107

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

Shades of Wild Rice #E3D26B

Tints of Wild Rice #E3D26B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.67%

R = 41.73%
G = 38.6%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E3D26B (or 0xE3D26B) is known color: Wild Rice. HEX triplet: E3, D2 and 6B. RGB value is (227,210,107). Sum of RGB (Red+Green+Blue) = 227+210+107=544 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.73% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3D26B is #1C2D94. Grayscale: #CBCBCB. Windows color (decimal): -1846677 or 7066339. OLE color: 7066339.

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

Color convert

RGB 227 210 107 -
CMYK 0 0.07 0.53 0.11
HSL 51.5º 0.68% 0.65% -
HSV(B) 51.5º 0.53% 0.89% -
XYZ 57.38 63.49 23.14 -
YUV 203.34 73.63 144.88 -
System Red Green Blue C M Y K H S L
Decimal 227 210 107 0 0.07 0.53 0.11 51.5 0.68 0.65
Hex E3 D2 6B 0 7 35 B 34 44 41
Octal 343 322 153 0 7 65 13 64 104 101
Binary 11100011 11010010 1101011 0 111 110101 1011 110100 1000100 1000001

Color Harmonies of #E3D26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D26B

Black with #E3D26B

Text Example


Text Example

White with #E3D26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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