Html Css Color HEX #E1D369 Wild Rice

📋 copy color: '#E1D369'

red 225 ◦ green 211 ◦ blue 105

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

Shades of Wild Rice #E1D369

Tints of Wild Rice #E1D369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.41%

R = 41.59%
G = 39%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#E1D369 (or 0xE1D369) is known color: Wild Rice. HEX triplet: E1, D3 and 69. RGB value is (225,211,105). Sum of RGB (Red+Green+Blue) = 225+211+105=541 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.59% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 105 (41.41% from 255 or 19.41% from 541); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D369 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D369 is #1E2C96. Grayscale: #CBCBCB. Windows color (decimal): -1977495 or 6935521. OLE color: 6935521.

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

Color convert

RGB 225 211 105 -
CMYK 0 0.06 0.53 0.12
HSL 53º 0.67% 0.65% -
HSV(B) 53º 0.53% 0.88% -
XYZ 56.9 63.62 22.65 -
YUV 203.1 72.64 143.62 -
System Red Green Blue C M Y K H S L
Decimal 225 211 105 0 0.06 0.53 0.12 53 0.67 0.65
Hex E1 D3 69 0 6 35 C 35 43 41
Octal 341 323 151 0 6 65 14 65 103 101
Binary 11100001 11010011 1101001 0 110 110101 1100 110101 1000011 1000001

Color Harmonies of #E1D369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D369

Black with #E1D369

Text Example


Text Example

White with #E1D369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D369; }

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

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

background-color css

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

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

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

border-color css

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

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

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