Html Css Color HEX #E1D378 Wild Rice

📋 copy color: '#E1D378'

red 225 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #E1D378

Tints of Wild Rice #E1D378

RGB

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

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

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

R = 40.47%
G = 37.95%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.12

RGB Variations

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

Color information

#E1D378 (or 0xE1D378) is known color: Wild Rice. HEX triplet: E1, D3 and 78. RGB value is (225,211,120). Sum of RGB (Red+Green+Blue) = 225+211+120=556 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.47% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D378 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D378 is #1E2C87. Grayscale: #CDCDCD. Windows color (decimal): -1977480 or 7918561. OLE color: 7918561.

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

Color convert

RGB 225 211 120 -
CMYK 0 0.06 0.47 0.12
HSL 52º 0.64% 0.68% -
HSV(B) 52º 0.47% 0.88% -
XYZ 57.74 63.95 27.07 -
YUV 204.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 225 211 120 0 0.06 0.47 0.12 52 0.64 0.68
Hex E1 D3 78 0 6 2F C 34 40 44
Octal 341 323 170 0 6 57 14 64 100 104
Binary 11100001 11010011 1111000 0 110 101111 1100 110100 1000000 1000100

Color Harmonies of #E1D378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D378

Black with #E1D378

Text Example


Text Example

White with #E1D378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D378; }

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

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

background-color css

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

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

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

border-color css

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

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

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