Html Css Color HEX #E1D469 Wild Rice

📋 copy color: '#E1D469'

red 225 ◦ green 212 ◦ blue 105

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

Shades of Wild Rice #E1D469

Tints of Wild Rice #E1D469

RGB

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

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

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

R = 41.51%
G = 39.11%
B = 19.37%

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

#E1D469 (or 0xE1D469) is known color: Wild Rice. HEX triplet: E1, D4 and 69. RGB value is (225,212,105). Sum of RGB (Red+Green+Blue) = 225+212+105=542 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.51% from 542); Green value is 212 (83.20% from 255 or 39.11% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D469 is #1E2B96. Grayscale: #CCCCCC. Windows color (decimal): -1977239 or 6935777. OLE color: 6935777.

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

Color convert

RGB 225 212 105 -
CMYK 0 0.06 0.53 0.12
HSL 53.5º 0.67% 0.65% -
HSV(B) 53.5º 0.53% 0.88% -
XYZ 57.14 64.11 22.73 -
YUV 203.69 72.31 143.2 -
System Red Green Blue C M Y K H S L
Decimal 225 212 105 0 0.06 0.53 0.12 53.5 0.67 0.65
Hex E1 D4 69 0 6 35 C 36 43 41
Octal 341 324 151 0 6 65 14 66 103 101
Binary 11100001 11010100 1101001 0 110 110101 1100 110110 1000011 1000001

Color Harmonies of #E1D469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D469

Black with #E1D469

Text Example


Text Example

White with #E1D469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D469; }

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

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

background-color css

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

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

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

border-color css

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

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

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