Html Css Color HEX #E6DC78 Wild Rice

📋 copy color: '#E6DC78'

red 230 ◦ green 220 ◦ blue 120

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

Shades of Wild Rice #E6DC78

Tints of Wild Rice #E6DC78

RGB

 RED value IS 230 (90.23% from 255) = 40.35%

 GREEN value IS 220 (86.33% from 255) = 38.6%

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

R = 40.35%
G = 38.6%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.10

RGB Variations

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

Color information

#E6DC78 (or 0xE6DC78) is known color: Wild Rice. HEX triplet: E6, DC and 78. RGB value is (230,220,120). Sum of RGB (Red+Green+Blue) = 230+220+120=570 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.35% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 120 (47.27% from 255 or 21.05% from 570); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6DC78 is #192387. Grayscale: #D3D3D3. Windows color (decimal): -1647496 or 7920870. OLE color: 7920870.

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

Color convert

RGB 230 220 120 -
CMYK 0 0.04 0.48 0.10
HSL 54.55º 0.69% 0.69% -
HSV(B) 54.55º 0.48% 0.9% -
XYZ 61.62 69.37 27.91 -
YUV 211.59 76.31 141.13 -
System Red Green Blue C M Y K H S L
Decimal 230 220 120 0 0.04 0.48 0.10 54.55 0.69 0.69
Hex E6 DC 78 0 4 30 A 37 45 45
Octal 346 334 170 0 4 60 12 67 105 105
Binary 11100110 11011100 1111000 0 100 110000 1010 110111 1000101 1000101

Color Harmonies of #E6DC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC78

Black with #E6DC78

Text Example


Text Example

White with #E6DC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC78; }

 p { color: rgb(230,220,120); }

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

background-color css

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

 a { background-color: rgb(230,220,120); }

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

border-color css

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

 span { border-color: rgb(230,220,120); }

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