Html Css Color HEX #E7D378 Wild Rice

📋 copy color: '#E7D378'

red 231 ◦ green 211 ◦ blue 120

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

Shades of Wild Rice #E7D378

Tints of Wild Rice #E7D378

RGB

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

 GREEN value IS 211 (82.81% from 255) = 37.54%

 BLUE value IS 120 (47.27% from 255) = 21.35%

R = 41.1%
G = 37.54%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E7D378 (or 0xE7D378) is known color: Wild Rice. HEX triplet: E7, D3 and 78. RGB value is (231,211,120). Sum of RGB (Red+Green+Blue) = 231+211+120=562 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.10% from 562); Green value is 211 (82.81% from 255 or 37.54% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D378 is #182C87. Grayscale: #CECECE. Windows color (decimal): -1584264 or 7918567. OLE color: 7918567.

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

Color convert

RGB 231 211 120 -
CMYK 0 0.09 0.48 0.09
HSL 49.19º 0.7% 0.69% -
HSV(B) 49.19º 0.48% 0.91% -
XYZ 59.64 64.93 27.16 -
YUV 206.61 79.13 145.4 -
System Red Green Blue C M Y K H S L
Decimal 231 211 120 0 0.09 0.48 0.09 49.19 0.7 0.69
Hex E7 D3 78 0 9 30 9 31 46 45
Octal 347 323 170 0 11 60 11 61 106 105
Binary 11100111 11010011 1111000 0 1001 110000 1001 110001 1000110 1000101

Color Harmonies of #E7D378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D378

Black with #E7D378

Text Example


Text Example

White with #E7D378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D378; }

 p { color: rgb(231,211,120); }

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

background-color css

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

 a { background-color: rgb(231,211,120); }

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

border-color css

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

 span { border-color: rgb(231,211,120); }

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