Html Css Color HEX #E7DA70 Wild Rice

📋 copy color: '#E7DA70'

red 231 ◦ green 218 ◦ blue 112

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

Shades of Wild Rice #E7DA70

Tints of Wild Rice #E7DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 38.86%

 BLUE value IS 112 (44.14% from 255) = 19.96%

R = 41.18%
G = 38.86%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7DA70 (or 0xE7DA70) is known color: Wild Rice. HEX triplet: E7, DA and 70. RGB value is (231,218,112). Sum of RGB (Red+Green+Blue) = 231+218+112=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 218 (85.55% from 255 or 38.86% from 561); Blue value is 112 (44.14% from 255 or 19.96% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DA70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7DA70 is #18258F. Grayscale: #D2D2D2. Windows color (decimal): -1582480 or 7396071. OLE color: 7396071.

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

Color convert

RGB 231 218 112 -
CMYK 0 0.06 0.52 0.09
HSL 53.45º 0.71% 0.67% -
HSV(B) 53.45º 0.52% 0.91% -
XYZ 60.95 68.3 25.3 -
YUV 209.8 72.81 143.12 -
System Red Green Blue C M Y K H S L
Decimal 231 218 112 0 0.06 0.52 0.09 53.45 0.71 0.67
Hex E7 DA 70 0 6 34 9 35 47 43
Octal 347 332 160 0 6 64 11 65 107 103
Binary 11100111 11011010 1110000 0 110 110100 1001 110101 1000111 1000011

Color Harmonies of #E7DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DA70

Black with #E7DA70

Text Example


Text Example

White with #E7DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DA70; }

 p { color: rgb(231,218,112); }

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

background-color css

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

 a { background-color: rgb(231,218,112); }

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

border-color css

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

 span { border-color: rgb(231,218,112); }

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