Html Css Color HEX #E4D96C Wild Rice

📋 copy color: '#E4D96C'

red 228 ◦ green 217 ◦ blue 108

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

Shades of Wild Rice #E4D96C

Tints of Wild Rice #E4D96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.24%

 BLUE value IS 108 (42.58% from 255) = 19.53%

R = 41.23%
G = 39.24%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#E4D96C (or 0xE4D96C) is known color: Wild Rice. HEX triplet: E4, D9 and 6C. RGB value is (228,217,108). Sum of RGB (Red+Green+Blue) = 228+217+108=553 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.23% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 108 (42.58% from 255 or 19.53% from 553); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D96C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D96C is #1B2693. Grayscale: #D0D0D0. Windows color (decimal): -1779348 or 7133668. OLE color: 7133668.

HSL color Cylindrical-coordinate representation of color #E4D96C: hue angle of 54.5º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E4D96C is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 217 108 -
CMYK 0 0.05 0.53 0.11
HSL 54.5º 0.69% 0.66% -
HSV(B) 54.5º 0.53% 0.89% -
XYZ 59.51 67.2 24.02 -
YUV 207.86 71.64 142.36 -
System Red Green Blue C M Y K H S L
Decimal 228 217 108 0 0.05 0.53 0.11 54.5 0.69 0.66
Hex E4 D9 6C 0 5 35 B 36 45 42
Octal 344 331 154 0 5 65 13 66 105 102
Binary 11100100 11011001 1101100 0 101 110101 1011 110110 1000101 1000010

Color Harmonies of #E4D96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4D96C

Black with #E4D96C

Text Example


Text Example

White with #E4D96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4D96C; }

 p { color: rgb(228,217,108); }

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

background-color css

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

 a { background-color: rgb(228,217,108); }

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

border-color css

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

 span { border-color: rgb(228,217,108); }

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