Html Css Color HEX #E5DC72 Wild Rice

📋 copy color: '#E5DC72'

red 229 ◦ green 220 ◦ blue 114

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

Shades of Wild Rice #E5DC72

Tints of Wild Rice #E5DC72

RGB

 RED value IS 229 (89.84% from 255) = 40.67%

 GREEN value IS 220 (86.33% from 255) = 39.08%

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

R = 40.67%
G = 39.08%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E5DC72 (or 0xE5DC72) is known color: Wild Rice. HEX triplet: E5, DC and 72. RGB value is (229,220,114). Sum of RGB (Red+Green+Blue) = 229+220+114=563 (74% of max value = 765). Red value is 229 (89.84% from 255 or 40.67% from 563); Green value is 220 (86.33% from 255 or 39.08% from 563); Blue value is 114 (44.92% from 255 or 20.25% from 563); Max value from RGB is 229 - color contains mainly: red. Hex color #E5DC72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5DC72 is #1A238D. Grayscale: #D3D3D3. Windows color (decimal): -1713038 or 7527653. OLE color: 7527653.

HSL color Cylindrical-coordinate representation of color #E5DC72: hue angle of 55.3º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E5DC72 is Cyan = 0, Magento = 0.04, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 220 114 -
CMYK 0 0.04 0.50 0.10
HSL 55.3º 0.69% 0.67% -
HSV(B) 55.3º 0.5% 0.9% -
XYZ 60.94 69.06 26.04 -
YUV 210.61 73.48 141.12 -
System Red Green Blue C M Y K H S L
Decimal 229 220 114 0 0.04 0.50 0.10 55.3 0.69 0.67
Hex E5 DC 72 0 4 32 A 37 45 43
Octal 345 334 162 0 4 62 12 67 105 103
Binary 11100101 11011100 1110010 0 100 110010 1010 110111 1000101 1000011

Color Harmonies of #E5DC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5DC72

Black with #E5DC72

Text Example


Text Example

White with #E5DC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5DC72; }

 p { color: rgb(229,220,114); }

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

background-color css

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

 a { background-color: rgb(229,220,114); }

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

border-color css

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

 span { border-color: rgb(229,220,114); }

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