Html Css Color HEX #E3DB70 Wild Rice

📋 copy color: '#E3DB70'

red 227 ◦ green 219 ◦ blue 112

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

Shades of Wild Rice #E3DB70

Tints of Wild Rice #E3DB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.25%

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

R = 40.68%
G = 39.25%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E3DB70 (or 0xE3DB70) is known color: Wild Rice. HEX triplet: E3, DB and 70. RGB value is (227,219,112). Sum of RGB (Red+Green+Blue) = 227+219+112=558 (73% of max value = 765). Red value is 227 (89.06% from 255 or 40.68% from 558); Green value is 219 (85.94% from 255 or 39.25% from 558); Blue value is 112 (44.14% from 255 or 20.07% from 558); Max value from RGB is 227 - color contains mainly: red. Hex color #E3DB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3DB70 is #1C248F. Grayscale: #D1D1D1. Windows color (decimal): -1844368 or 7396323. OLE color: 7396323.

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

Color convert

RGB 227 219 112 -
CMYK 0 0.04 0.51 0.11
HSL 55.83º 0.67% 0.66% -
HSV(B) 55.83º 0.51% 0.89% -
XYZ 59.93 68.16 25.33 -
YUV 209.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 227 219 112 0 0.04 0.51 0.11 55.83 0.67 0.66
Hex E3 DB 70 0 4 33 B 38 43 42
Octal 343 333 160 0 4 63 13 70 103 102
Binary 11100011 11011011 1110000 0 100 110011 1011 111000 1000011 1000010

Color Harmonies of #E3DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3DB70

Black with #E3DB70

Text Example


Text Example

White with #E3DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3DB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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