Html Css Color HEX #E1D667 Wild Rice

📋 copy color: '#E1D667'

red 225 ◦ green 214 ◦ blue 103

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

Shades of Wild Rice #E1D667

Tints of Wild Rice #E1D667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19%

R = 41.51%
G = 39.48%
B = 19%

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

#E1D667 (or 0xE1D667) is known color: Wild Rice. HEX triplet: E1, D6 and 67. RGB value is (225,214,103). Sum of RGB (Red+Green+Blue) = 225+214+103=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 214 (83.98% from 255 or 39.48% from 542); Blue value is 103 (40.62% from 255 or 19.00% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D667 is #1E2998. Grayscale: #CDCDCD. Windows color (decimal): -1976729 or 6805217. OLE color: 6805217.

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

Color convert

RGB 225 214 103 -
CMYK 0 0.05 0.54 0.12
HSL 54.59º 0.67% 0.64% -
HSV(B) 54.59º 0.54% 0.88% -
XYZ 57.55 65.08 22.36 -
YUV 204.64 70.64 142.53 -
System Red Green Blue C M Y K H S L
Decimal 225 214 103 0 0.05 0.54 0.12 54.59 0.67 0.64
Hex E1 D6 67 0 5 36 C 37 43 40
Octal 341 326 147 0 5 66 14 67 103 100
Binary 11100001 11010110 1100111 0 101 110110 1100 110111 1000011 1000000

Color Harmonies of #E1D667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D667

Black with #E1D667

Text Example


Text Example

White with #E1D667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D667; }

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

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

background-color css

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

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

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

border-color css

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

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

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