Html Css Color HEX #E1D367 Wild Rice

📋 copy color: '#E1D367'

red 225 ◦ green 211 ◦ blue 103

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

Shades of Wild Rice #E1D367

Tints of Wild Rice #E1D367

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39.15%

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

R = 41.74%
G = 39.15%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#E1D367 (or 0xE1D367) is known color: Wild Rice. HEX triplet: E1, D3 and 67. RGB value is (225,211,103). Sum of RGB (Red+Green+Blue) = 225+211+103=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 103 (40.62% from 255 or 19.11% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D367 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D367 is #1E2C98. Grayscale: #CBCBCB. Windows color (decimal): -1977497 or 6804449. OLE color: 6804449.

HSL color Cylindrical-coordinate representation of color #E1D367: hue angle of 53.11º 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 #E1D367 is Cyan = 0, Magento = 0.06, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 211 103 -
CMYK 0 0.06 0.54 0.12
HSL 53.11º 0.67% 0.64% -
HSV(B) 53.11º 0.54% 0.88% -
XYZ 56.79 63.58 22.11 -
YUV 202.87 71.64 143.78 -
System Red Green Blue C M Y K H S L
Decimal 225 211 103 0 0.06 0.54 0.12 53.11 0.67 0.64
Hex E1 D3 67 0 6 36 C 35 43 40
Octal 341 323 147 0 6 66 14 65 103 100
Binary 11100001 11010011 1100111 0 110 110110 1100 110101 1000011 1000000

Color Harmonies of #E1D367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D367

Black with #E1D367

Text Example


Text Example

White with #E1D367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D367; }

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

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

background-color css

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

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

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

border-color css

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

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

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