Html Css Color HEX #E8D274 Wild Rice

📋 copy color: '#E8D274'

red 232 ◦ green 210 ◦ blue 116

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

Shades of Wild Rice #E8D274

Tints of Wild Rice #E8D274

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.63%

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

R = 41.58%
G = 37.63%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E8D274 (or 0xE8D274) is known color: Wild Rice. HEX triplet: E8, D2 and 74. RGB value is (232,210,116). Sum of RGB (Red+Green+Blue) = 232+210+116=558 (73% of max value = 765). Red value is 232 (91.02% from 255 or 41.58% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 116 (45.70% from 255 or 20.79% from 558); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D274 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D274 is #172D8B. Grayscale: #CECECE. Windows color (decimal): -1518988 or 7656168. OLE color: 7656168.

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

Color convert

RGB 232 210 116 -
CMYK 0 0.09 0.50 0.09
HSL 48.62º 0.72% 0.68% -
HSV(B) 48.62º 0.5% 0.91% -
XYZ 59.48 64.51 25.84 -
YUV 205.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 232 210 116 0 0.09 0.50 0.09 48.62 0.72 0.68
Hex E8 D2 74 0 9 32 9 31 48 44
Octal 350 322 164 0 11 62 11 61 110 104
Binary 11101000 11010010 1110100 0 1001 110010 1001 110001 1001000 1000100

Color Harmonies of #E8D274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D274

Black with #E8D274

Text Example


Text Example

White with #E8D274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D274; }

 p { color: rgb(232,210,116); }

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

background-color css

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

 a { background-color: rgb(232,210,116); }

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

border-color css

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

 span { border-color: rgb(232,210,116); }

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