Html Css Color HEX #E9D474 Wild Rice

📋 copy color: '#E9D474'

red 233 ◦ green 212 ◦ blue 116

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

Shades of Wild Rice #E9D474

Tints of Wild Rice #E9D474

RGB

 RED value IS 233 (91.41% from 255) = 41.53%

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

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

R = 41.53%
G = 37.79%
B = 20.68%

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

#E9D474 (or 0xE9D474) is known color: Wild Rice. HEX triplet: E9, D4 and 74. RGB value is (233,212,116). Sum of RGB (Red+Green+Blue) = 233+212+116=561 (74% of max value = 765). Red value is 233 (91.41% from 255 or 41.53% from 561); Green value is 212 (83.20% from 255 or 37.79% from 561); Blue value is 116 (45.70% from 255 or 20.68% from 561); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9D474 is #162B8B. Grayscale: #CFCFCF. Windows color (decimal): -1452940 or 7656681. OLE color: 7656681.

HSL color Cylindrical-coordinate representation of color #E9D474: hue angle of 49.23º degrees, saturation: 0.73, 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 #E9D474 is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 212 116 -
CMYK 0 0.09 0.50 0.09
HSL 49.23º 0.73% 0.68% -
HSV(B) 49.23º 0.5% 0.91% -
XYZ 60.3 65.67 26.02 -
YUV 207.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 233 212 116 0 0.09 0.50 0.09 49.23 0.73 0.68
Hex E9 D4 74 0 9 32 9 31 49 44
Octal 351 324 164 0 11 62 11 61 111 104
Binary 11101001 11010100 1110100 0 1001 110010 1001 110001 1001001 1000100

Color Harmonies of #E9D474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9D474

Black with #E9D474

Text Example


Text Example

White with #E9D474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9D474; }

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

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

background-color css

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

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

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

border-color css

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

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

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