Html Css Color HEX #E1D668 Wild Rice

📋 copy color: '#E1D668'

red 225 ◦ green 214 ◦ blue 104

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

Shades of Wild Rice #E1D668

Tints of Wild Rice #E1D668

RGB

 RED value IS 225 (88.28% from 255) = 41.44%

 GREEN value IS 214 (83.98% from 255) = 39.41%

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

R = 41.44%
G = 39.41%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1D668 (or 0xE1D668) is known color: Wild Rice. HEX triplet: E1, D6 and 68. RGB value is (225,214,104). Sum of RGB (Red+Green+Blue) = 225+214+104=543 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.44% from 543); Green value is 214 (83.98% from 255 or 39.41% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D668 is #1E2997. Grayscale: #CDCDCD. Windows color (decimal): -1976728 or 6870753. OLE color: 6870753.

HSL color Cylindrical-coordinate representation of color #E1D668: hue angle of 54.55º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E1D668 is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 214 104 -
CMYK 0 0.05 0.54 0.12
HSL 54.55º 0.67% 0.65% -
HSV(B) 54.55º 0.54% 0.88% -
XYZ 57.6 65.1 22.63 -
YUV 204.75 71.14 142.44 -
System Red Green Blue C M Y K H S L
Decimal 225 214 104 0 0.05 0.54 0.12 54.55 0.67 0.65
Hex E1 D6 68 0 5 36 C 37 43 41
Octal 341 326 150 0 5 66 14 67 103 101
Binary 11100001 11010110 1101000 0 101 110110 1100 110111 1000011 1000001

Color Harmonies of #E1D668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D668

Black with #E1D668

Text Example


Text Example

White with #E1D668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D668; }

 p { color: rgb(225,214,104); }

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

background-color css

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

 a { background-color: rgb(225,214,104); }

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

border-color css

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

 span { border-color: rgb(225,214,104); }

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