Html Css Color HEX #E4DC70 Wild Rice

📋 copy color: '#E4DC70'

red 228 ◦ green 220 ◦ blue 112

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

Shades of Wild Rice #E4DC70

Tints of Wild Rice #E4DC70

RGB

 RED value IS 228 (89.45% from 255) = 40.71%

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

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

R = 40.71%
G = 39.29%
B = 20%

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

#E4DC70 (or 0xE4DC70) is known color: Wild Rice. HEX triplet: E4, DC and 70. RGB value is (228,220,112). Sum of RGB (Red+Green+Blue) = 228+220+112=560 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.71% from 560); Green value is 220 (86.33% from 255 or 39.29% from 560); Blue value is 112 (44.14% from 255 or 20% from 560); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4DC70 is #1B238F. Grayscale: #D2D2D2. Windows color (decimal): -1778576 or 7396580. OLE color: 7396580.

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

Color convert

RGB 228 220 112 -
CMYK 0 0.04 0.51 0.11
HSL 55.86º 0.68% 0.67% -
HSV(B) 55.86º 0.51% 0.89% -
XYZ 60.51 68.85 25.43 -
YUV 210.08 72.65 140.78 -
System Red Green Blue C M Y K H S L
Decimal 228 220 112 0 0.04 0.51 0.11 55.86 0.68 0.67
Hex E4 DC 70 0 4 33 B 38 44 43
Octal 344 334 160 0 4 63 13 70 104 103
Binary 11100100 11011100 1110000 0 100 110011 1011 111000 1000100 1000011

Color Harmonies of #E4DC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DC70

Black with #E4DC70

Text Example


Text Example

White with #E4DC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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