Html Css Color HEX #E1D278 Wild Rice

📋 copy color: '#E1D278'

red 225 ◦ green 210 ◦ blue 120

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

Shades of Wild Rice #E1D278

Tints of Wild Rice #E1D278

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.84%

 BLUE value IS 120 (47.27% from 255) = 21.62%

R = 40.54%
G = 37.84%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D278 (or 0xE1D278) is known color: Wild Rice. HEX triplet: E1, D2 and 78. RGB value is (225,210,120). Sum of RGB (Red+Green+Blue) = 225+210+120=555 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.54% from 555); Green value is 210 (82.42% from 255 or 37.84% from 555); Blue value is 120 (47.27% from 255 or 21.62% from 555); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D278 is #1E2D87. Grayscale: #CCCCCC. Windows color (decimal): -1977736 or 7918305. OLE color: 7918305.

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

Color convert

RGB 225 210 120 -
CMYK 0 0.07 0.47 0.12
HSL 51.43º 0.64% 0.68% -
HSV(B) 51.43º 0.47% 0.88% -
XYZ 57.49 63.46 26.99 -
YUV 204.23 80.47 142.82 -
System Red Green Blue C M Y K H S L
Decimal 225 210 120 0 0.07 0.47 0.12 51.43 0.64 0.68
Hex E1 D2 78 0 7 2F C 33 40 44
Octal 341 322 170 0 7 57 14 63 100 104
Binary 11100001 11010010 1111000 0 111 101111 1100 110011 1000000 1000100

Color Harmonies of #E1D278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D278

Black with #E1D278

Text Example


Text Example

White with #E1D278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D278; }

 p { color: rgb(225,210,120); }

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

background-color css

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

 a { background-color: rgb(225,210,120); }

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

border-color css

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

 span { border-color: rgb(225,210,120); }

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