Html Css Color HEX #E0D37E Wild Rice

📋 copy color: '#E0D37E'

red 224 ◦ green 211 ◦ blue 126

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

Shades of Wild Rice #E0D37E

Tints of Wild Rice #E0D37E

RGB

 RED value IS 224 (87.89% from 255) = 39.93%

 GREEN value IS 211 (82.81% from 255) = 37.61%

 BLUE value IS 126 (49.61% from 255) = 22.46%

R = 39.93%
G = 37.61%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0D37E (or 0xE0D37E) is known color: Wild Rice. HEX triplet: E0, D3 and 7E. RGB value is (224,211,126). Sum of RGB (Red+Green+Blue) = 224+211+126=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 211 (82.81% from 255 or 37.61% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D37E is #1F2C81. Grayscale: #CDCDCD. Windows color (decimal): -2043010 or 8311776. OLE color: 8311776.

HSL color Cylindrical-coordinate representation of color #E0D37E: hue angle of 52.04º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E0D37E is Cyan = 0, Magento = 0.06, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 211 126 -
CMYK 0 0.06 0.44 0.12
HSL 52.04º 0.61% 0.69% -
HSV(B) 52.04º 0.44% 0.88% -
XYZ 57.8 63.94 29.03 -
YUV 205.2 83.31 141.41 -
System Red Green Blue C M Y K H S L
Decimal 224 211 126 0 0.06 0.44 0.12 52.04 0.61 0.69
Hex E0 D3 7E 0 6 2C C 34 3D 45
Octal 340 323 176 0 6 54 14 64 75 105
Binary 11100000 11010011 1111110 0 110 101100 1100 110100 111101 1000101

Color Harmonies of #E0D37E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D37E

Black with #E0D37E

Text Example


Text Example

White with #E0D37E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D37E; }

 p { color: rgb(224,211,126); }

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

background-color css

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

 a { background-color: rgb(224,211,126); }

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

border-color css

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

 span { border-color: rgb(224,211,126); }

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