Html Css Color HEX #E7DB72 Wild Rice

📋 copy color: '#E7DB72'

red 231 ◦ green 219 ◦ blue 114

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

Shades of Wild Rice #E7DB72

Tints of Wild Rice #E7DB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.83%

 BLUE value IS 114 (44.92% from 255) = 20.21%

R = 40.96%
G = 38.83%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7DB72 (or 0xE7DB72) is known color: Wild Rice. HEX triplet: E7, DB and 72. RGB value is (231,219,114). Sum of RGB (Red+Green+Blue) = 231+219+114=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 219 (85.94% from 255 or 38.83% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB72 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB72 is #18248D. Grayscale: #D3D3D3. Windows color (decimal): -1582222 or 7527399. OLE color: 7527399.

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

Color convert

RGB 231 219 114 -
CMYK 0 0.05 0.51 0.09
HSL 53.85º 0.71% 0.68% -
HSV(B) 53.85º 0.51% 0.91% -
XYZ 61.32 68.87 25.98 -
YUV 210.62 73.48 142.54 -
System Red Green Blue C M Y K H S L
Decimal 231 219 114 0 0.05 0.51 0.09 53.85 0.71 0.68
Hex E7 DB 72 0 5 33 9 36 47 44
Octal 347 333 162 0 5 63 11 66 107 104
Binary 11100111 11011011 1110010 0 101 110011 1001 110110 1000111 1000100

Color Harmonies of #E7DB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB72

Black with #E7DB72

Text Example


Text Example

White with #E7DB72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB72; }

 p { color: rgb(231,219,114); }

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

background-color css

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

 a { background-color: rgb(231,219,114); }

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

border-color css

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

 span { border-color: rgb(231,219,114); }

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