Html Css Color HEX #E7DB74 Wild Rice

📋 copy color: '#E7DB74'

red 231 ◦ green 219 ◦ blue 116

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

Shades of Wild Rice #E7DB74

Tints of Wild Rice #E7DB74

RGB

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

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

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

R = 40.81%
G = 38.69%
B = 20.49%

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

#E7DB74 (or 0xE7DB74) is known color: Wild Rice. HEX triplet: E7, DB and 74. RGB value is (231,219,116). Sum of RGB (Red+Green+Blue) = 231+219+116=566 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.81% from 566); Green value is 219 (85.94% from 255 or 38.69% from 566); Blue value is 116 (45.70% from 255 or 20.49% from 566); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DB74 is #18248B. Grayscale: #D3D3D3. Windows color (decimal): -1582220 or 7658471. OLE color: 7658471.

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

Color convert

RGB 231 219 116 -
CMYK 0 0.05 0.50 0.09
HSL 53.74º 0.71% 0.68% -
HSV(B) 53.74º 0.5% 0.91% -
XYZ 61.44 68.91 26.59 -
YUV 210.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 231 219 116 0 0.05 0.50 0.09 53.74 0.71 0.68
Hex E7 DB 74 0 5 32 9 36 47 44
Octal 347 333 164 0 5 62 11 66 107 104
Binary 11100111 11011011 1110100 0 101 110010 1001 110110 1000111 1000100

Color Harmonies of #E7DB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DB74

Black with #E7DB74

Text Example


Text Example

White with #E7DB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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