Html Css Color HEX #E7D67A Wild Rice

📋 copy color: '#E7D67A'

red 231 ◦ green 214 ◦ blue 122

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

Shades of Wild Rice #E7D67A

Tints of Wild Rice #E7D67A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.74%

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

R = 40.74%
G = 37.74%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E7D67A (or 0xE7D67A) is known color: Wild Rice. HEX triplet: E7, D6 and 7A. RGB value is (231,214,122). Sum of RGB (Red+Green+Blue) = 231+214+122=567 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.74% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 122 (48.05% from 255 or 21.52% from 567); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D67A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D67A is #182985. Grayscale: #D0D0D0. Windows color (decimal): -1583494 or 8050407. OLE color: 8050407.

HSL color Cylindrical-coordinate representation of color #E7D67A: hue angle of 50.64º 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 #E7D67A is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 214 122 -
CMYK 0 0.07 0.47 0.09
HSL 50.64º 0.69% 0.69% -
HSV(B) 50.64º 0.47% 0.91% -
XYZ 60.51 66.49 28.06 -
YUV 208.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 231 214 122 0 0.07 0.47 0.09 50.64 0.69 0.69
Hex E7 D6 7A 0 7 2F 9 33 45 45
Octal 347 326 172 0 7 57 11 63 105 105
Binary 11100111 11010110 1111010 0 111 101111 1001 110011 1000101 1000101

Color Harmonies of #E7D67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D67A

Black with #E7D67A

Text Example


Text Example

White with #E7D67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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