Html Css Color HEX #E7D075 Wild Rice

📋 copy color: '#E7D075'

red 231 ◦ green 208 ◦ blue 117

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

Shades of Wild Rice #E7D075

Tints of Wild Rice #E7D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.41%

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 41.55%
G = 37.41%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E7D075 (or 0xE7D075) is known color: Wild Rice. HEX triplet: E7, D0 and 75. RGB value is (231,208,117). Sum of RGB (Red+Green+Blue) = 231+208+117=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 208 (81.64% from 255 or 37.41% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D075 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D075 is #182F8A. Grayscale: #CCCCCC. Windows color (decimal): -1585035 or 7721191. OLE color: 7721191.

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

Color convert

RGB 231 208 117 -
CMYK 0 0.10 0.49 0.09
HSL 47.89º 0.7% 0.68% -
HSV(B) 47.89º 0.49% 0.91% -
XYZ 58.72 63.39 25.97 -
YUV 204.5 78.62 146.9 -
System Red Green Blue C M Y K H S L
Decimal 231 208 117 0 0.10 0.49 0.09 47.89 0.7 0.68
Hex E7 D0 75 0 A 31 9 30 46 44
Octal 347 320 165 0 12 61 11 60 106 104
Binary 11100111 11010000 1110101 0 1010 110001 1001 110000 1000110 1000100

Color Harmonies of #E7D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D075

Black with #E7D075

Text Example


Text Example

White with #E7D075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D075; }

 p { color: rgb(231,208,117); }

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

background-color css

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

 a { background-color: rgb(231,208,117); }

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

border-color css

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

 span { border-color: rgb(231,208,117); }

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