Html Css Color HEX #E5DC70 Wild Rice

📋 copy color: '#E5DC70'

red 229 ◦ green 220 ◦ blue 112

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

Shades of Wild Rice #E5DC70

Tints of Wild Rice #E5DC70

RGB

 RED value IS 229 (89.84% from 255) = 40.82%

 GREEN value IS 220 (86.33% from 255) = 39.22%

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

R = 40.82%
G = 39.22%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E5DC70 (or 0xE5DC70) is known color: Wild Rice. HEX triplet: E5, DC and 70. RGB value is (229,220,112). Sum of RGB (Red+Green+Blue) = 229+220+112=561 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.82% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC70 is #1A238F. Grayscale: #D2D2D2. Windows color (decimal): -1713040 or 7396581. OLE color: 7396581.

HSL color Cylindrical-coordinate representation of color #E5DC70: hue angle of 55.38º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5DC70 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 112 -
CMYK 0 0.04 0.51 0.10
HSL 55.38º 0.69% 0.67% -
HSV(B) 55.38º 0.51% 0.9% -
XYZ 60.83 69.01 25.44 -
YUV 210.38 72.48 141.28 -
System Red Green Blue C M Y K H S L
Decimal 229 220 112 0 0.04 0.51 0.10 55.38 0.69 0.67
Hex E5 DC 70 0 4 33 A 37 45 43
Octal 345 334 160 0 4 63 12 67 105 103
Binary 11100101 11011100 1110000 0 100 110011 1010 110111 1000101 1000011

Color Harmonies of #E5DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC70

Black with #E5DC70

Text Example


Text Example

White with #E5DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC70; }

 p { color: rgb(229,220,112); }

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

background-color css

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

 a { background-color: rgb(229,220,112); }

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

border-color css

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

 span { border-color: rgb(229,220,112); }

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