Html Css Color HEX #E7DC74 Wild Rice

📋 copy color: '#E7DC74'

red 231 ◦ green 220 ◦ blue 116

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

Shades of Wild Rice #E7DC74

Tints of Wild Rice #E7DC74

RGB

 RED value IS 231 (90.63% from 255) = 40.74%

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

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

R = 40.74%
G = 38.8%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E7DC74 (or 0xE7DC74) is known color: Wild Rice. HEX triplet: E7, DC and 74. RGB value is (231,220,116). Sum of RGB (Red+Green+Blue) = 231+220+116=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 116 (45.70% from 255 or 20.46% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DC74 is #18238B. Grayscale: #D3D3D3. Windows color (decimal): -1581964 or 7658727. OLE color: 7658727.

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

Color convert

RGB 231 220 116 -
CMYK 0 0.05 0.50 0.09
HSL 54.26º 0.71% 0.68% -
HSV(B) 54.26º 0.5% 0.91% -
XYZ 61.7 69.44 26.67 -
YUV 211.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 231 220 116 0 0.05 0.50 0.09 54.26 0.71 0.68
Hex E7 DC 74 0 5 32 9 36 47 44
Octal 347 334 164 0 5 62 11 66 107 104
Binary 11100111 11011100 1110100 0 101 110010 1001 110110 1000111 1000100

Color Harmonies of #E7DC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC74

Black with #E7DC74

Text Example


Text Example

White with #E7DC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC74; }

 p { color: rgb(231,220,116); }

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

background-color css

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

 a { background-color: rgb(231,220,116); }

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

border-color css

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

 span { border-color: rgb(231,220,116); }

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