Html Css Color HEX #E7D07A Wild Rice

📋 copy color: '#E7D07A'

red 231 ◦ green 208 ◦ blue 122

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

Shades of Wild Rice #E7D07A

Tints of Wild Rice #E7D07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 21.75%

R = 41.18%
G = 37.08%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7D07A (or 0xE7D07A) is known color: Wild Rice. HEX triplet: E7, D0 and 7A. RGB value is (231,208,122). Sum of RGB (Red+Green+Blue) = 231+208+122=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 208 (81.64% from 255 or 37.08% from 561); Blue value is 122 (48.05% from 255 or 21.75% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D07A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D07A is #182F85. Grayscale: #CDCDCD. Windows color (decimal): -1585030 or 8048871. OLE color: 8048871.

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

Color convert

RGB 231 208 122 -
CMYK 0 0.10 0.47 0.09
HSL 47.34º 0.69% 0.69% -
HSV(B) 47.34º 0.47% 0.91% -
XYZ 59.02 63.51 27.56 -
YUV 205.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 231 208 122 0 0.10 0.47 0.09 47.34 0.69 0.69
Hex E7 D0 7A 0 A 2F 9 2F 45 45
Octal 347 320 172 0 12 57 11 57 105 105
Binary 11100111 11010000 1111010 0 1010 101111 1001 101111 1000101 1000101

Color Harmonies of #E7D07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D07A

Black with #E7D07A

Text Example


Text Example

White with #E7D07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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