Html Css Color HEX #E4D86F Wild Rice

📋 copy color: '#E4D86F'

red 228 ◦ green 216 ◦ blue 111

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

Shades of Wild Rice #E4D86F

Tints of Wild Rice #E4D86F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.92%

 BLUE value IS 111 (43.75% from 255) = 20%

R = 41.08%
G = 38.92%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.11

RGB Variations

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

Color information

#E4D86F (or 0xE4D86F) is known color: Wild Rice. HEX triplet: E4, D8 and 6F. RGB value is (228,216,111). Sum of RGB (Red+Green+Blue) = 228+216+111=555 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.08% from 555); Green value is 216 (84.77% from 255 or 38.92% from 555); Blue value is 111 (43.75% from 255 or 20% from 555); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D86F is #1B2790. Grayscale: #D0D0D0. Windows color (decimal): -1779601 or 7330020. OLE color: 7330020.

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

Color convert

RGB 228 216 111 -
CMYK 0 0.05 0.51 0.11
HSL 53.85º 0.68% 0.66% -
HSV(B) 53.85º 0.51% 0.89% -
XYZ 59.42 66.75 24.79 -
YUV 207.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 228 216 111 0 0.05 0.51 0.11 53.85 0.68 0.66
Hex E4 D8 6F 0 5 33 B 36 44 42
Octal 344 330 157 0 5 63 13 66 104 102
Binary 11100100 11011000 1101111 0 101 110011 1011 110110 1000100 1000010

Color Harmonies of #E4D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D86F

Black with #E4D86F

Text Example


Text Example

White with #E4D86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D86F; }

 p { color: rgb(228,216,111); }

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

background-color css

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

 a { background-color: rgb(228,216,111); }

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

border-color css

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

 span { border-color: rgb(228,216,111); }

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