Html Css Color HEX #E8D968 Wild Rice

📋 copy color: '#E8D968'

red 232 ◦ green 217 ◦ blue 104

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

Shades of Wild Rice #E8D968

Tints of Wild Rice #E8D968

RGB

 RED value IS 232 (91.02% from 255) = 41.95%

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

 BLUE value IS 104 (41.02% from 255) = 18.81%

R = 41.95%
G = 39.24%
B = 18.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E8D968 (or 0xE8D968) is known color: Wild Rice. HEX triplet: E8, D9 and 68. RGB value is (232,217,104). Sum of RGB (Red+Green+Blue) = 232+217+104=553 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.95% from 553); Green value is 217 (85.16% from 255 or 39.24% from 553); Blue value is 104 (41.02% from 255 or 18.81% from 553); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D968 is #172697. Grayscale: #D1D1D1. Windows color (decimal): -1517208 or 6871528. OLE color: 6871528.

HSL color Cylindrical-coordinate representation of color #E8D968: hue angle of 52.97º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E8D968 is Cyan = 0, Magento = 0.06, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 217 104 -
CMYK 0 0.06 0.55 0.09
HSL 52.97º 0.74% 0.66% -
HSV(B) 52.97º 0.55% 0.91% -
XYZ 60.59 67.78 22.99 -
YUV 208.6 68.97 144.69 -
System Red Green Blue C M Y K H S L
Decimal 232 217 104 0 0.06 0.55 0.09 52.97 0.74 0.66
Hex E8 D9 68 0 6 37 9 35 4A 42
Octal 350 331 150 0 6 67 11 65 112 102
Binary 11101000 11011001 1101000 0 110 110111 1001 110101 1001010 1000010

Color Harmonies of #E8D968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D968

Black with #E8D968

Text Example


Text Example

White with #E8D968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D968; }

 p { color: rgb(232,217,104); }

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

background-color css

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

 a { background-color: rgb(232,217,104); }

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

border-color css

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

 span { border-color: rgb(232,217,104); }

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