Html Css Color HEX #E1D572 Wild Rice

📋 copy color: '#E1D572'

red 225 ◦ green 213 ◦ blue 114

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

Shades of Wild Rice #E1D572

Tints of Wild Rice #E1D572

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.59%

 BLUE value IS 114 (44.92% from 255) = 20.65%

R = 40.76%
G = 38.59%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#E1D572 (or 0xE1D572) is known color: Wild Rice. HEX triplet: E1, D5 and 72. RGB value is (225,213,114). Sum of RGB (Red+Green+Blue) = 225+213+114=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 114 (44.92% from 255 or 20.65% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D572 is #1E2A8D. Grayscale: #CDCDCD. Windows color (decimal): -1976974 or 7525857. OLE color: 7525857.

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

Color convert

RGB 225 213 114 -
CMYK 0 0.05 0.49 0.12
HSL 53.51º 0.65% 0.66% -
HSV(B) 53.51º 0.49% 0.88% -
XYZ 57.88 64.81 25.38 -
YUV 205.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 225 213 114 0 0.05 0.49 0.12 53.51 0.65 0.66
Hex E1 D5 72 0 5 31 C 36 41 42
Octal 341 325 162 0 5 61 14 66 101 102
Binary 11100001 11010101 1110010 0 101 110001 1100 110110 1000001 1000010

Color Harmonies of #E1D572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1D572

Black with #E1D572

Text Example


Text Example

White with #E1D572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1D572; }

 p { color: rgb(225,213,114); }

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

background-color css

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

 a { background-color: rgb(225,213,114); }

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

border-color css

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

 span { border-color: rgb(225,213,114); }

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