Html Css Color HEX #E1D466 Wild Rice

📋 copy color: '#E1D466'

red 225 ◦ green 212 ◦ blue 102

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

Shades of Wild Rice #E1D466

Tints of Wild Rice #E1D466

RGB

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

 GREEN value IS 212 (83.2% from 255) = 39.33%

 BLUE value IS 102 (40.23% from 255) = 18.92%

R = 41.74%
G = 39.33%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1D466 (or 0xE1D466) is known color: Wild Rice. HEX triplet: E1, D4 and 66. RGB value is (225,212,102). Sum of RGB (Red+Green+Blue) = 225+212+102=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 212 (83.20% from 255 or 39.33% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D466 is #1E2B99. Grayscale: #CBCBCB. Windows color (decimal): -1977242 or 6739169. OLE color: 6739169.

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

Color convert

RGB 225 212 102 -
CMYK 0 0.06 0.55 0.12
HSL 53.66º 0.67% 0.64% -
HSV(B) 53.66º 0.55% 0.88% -
XYZ 56.99 64.05 21.93 -
YUV 203.35 70.81 143.44 -
System Red Green Blue C M Y K H S L
Decimal 225 212 102 0 0.06 0.55 0.12 53.66 0.67 0.64
Hex E1 D4 66 0 6 37 C 36 43 40
Octal 341 324 146 0 6 67 14 66 103 100
Binary 11100001 11010100 1100110 0 110 110111 1100 110110 1000011 1000000

Color Harmonies of #E1D466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D466

Black with #E1D466

Text Example


Text Example

White with #E1D466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D466; }

 p { color: rgb(225,212,102); }

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

background-color css

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

 a { background-color: rgb(225,212,102); }

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

border-color css

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

 span { border-color: rgb(225,212,102); }

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