Html Css Color HEX #E0D474 Wild Rice

📋 copy color: '#E0D474'

red 224 ◦ green 212 ◦ blue 116

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

Shades of Wild Rice #E0D474

Tints of Wild Rice #E0D474

RGB

 RED value IS 224 (87.89% from 255) = 40.58%

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

 BLUE value IS 116 (45.7% from 255) = 21.01%

R = 40.58%
G = 38.41%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#E0D474 (or 0xE0D474) is known color: Wild Rice. HEX triplet: E0, D4 and 74. RGB value is (224,212,116). Sum of RGB (Red+Green+Blue) = 224+212+116=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 212 (83.20% from 255 or 38.41% from 552); Blue value is 116 (45.70% from 255 or 21.01% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D474 is #1F2B8B. Grayscale: #CDCDCD. Windows color (decimal): -2042764 or 7656672. OLE color: 7656672.

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

Color convert

RGB 224 212 116 -
CMYK 0 0.05 0.48 0.12
HSL 53.33º 0.64% 0.67% -
HSV(B) 53.33º 0.48% 0.88% -
XYZ 57.44 64.2 25.89 -
YUV 204.64 77.98 141.81 -
System Red Green Blue C M Y K H S L
Decimal 224 212 116 0 0.05 0.48 0.12 53.33 0.64 0.67
Hex E0 D4 74 0 5 30 C 35 40 43
Octal 340 324 164 0 5 60 14 65 100 103
Binary 11100000 11010100 1110100 0 101 110000 1100 110101 1000000 1000011

Color Harmonies of #E0D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D474

Black with #E0D474

Text Example


Text Example

White with #E0D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D474; }

 p { color: rgb(224,212,116); }

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

background-color css

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

 a { background-color: rgb(224,212,116); }

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

border-color css

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

 span { border-color: rgb(224,212,116); }

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