Html Css Color HEX #E8D372 Wild Rice

📋 copy color: '#E8D372'

red 232 ◦ green 211 ◦ blue 114

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

Shades of Wild Rice #E8D372

Tints of Wild Rice #E8D372

RGB

 RED value IS 232 (91.02% from 255) = 41.65%

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

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

R = 41.65%
G = 37.88%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E8D372 (or 0xE8D372) is known color: Wild Rice. HEX triplet: E8, D3 and 72. RGB value is (232,211,114). Sum of RGB (Red+Green+Blue) = 232+211+114=557 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.65% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 114 (44.92% from 255 or 20.47% from 557); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D372 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D372 is #172C8D. Grayscale: #CECECE. Windows color (decimal): -1518734 or 7525352. OLE color: 7525352.

HSL color Cylindrical-coordinate representation of color #E8D372: hue angle of 49.32º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E8D372 is Cyan = 0, Magento = 0.09, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 211 114 -
CMYK 0 0.09 0.51 0.09
HSL 49.32º 0.72% 0.68% -
HSV(B) 49.32º 0.51% 0.91% -
XYZ 59.61 64.96 25.32 -
YUV 206.22 75.96 146.39 -
System Red Green Blue C M Y K H S L
Decimal 232 211 114 0 0.09 0.51 0.09 49.32 0.72 0.68
Hex E8 D3 72 0 9 33 9 31 48 44
Octal 350 323 162 0 11 63 11 61 110 104
Binary 11101000 11010011 1110010 0 1001 110011 1001 110001 1001000 1000100

Color Harmonies of #E8D372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D372

Black with #E8D372

Text Example


Text Example

White with #E8D372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D372; }

 p { color: rgb(232,211,114); }

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

background-color css

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

 a { background-color: rgb(232,211,114); }

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

border-color css

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

 span { border-color: rgb(232,211,114); }

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