Html Css Color HEX #E0D678 Wild Rice

📋 copy color: '#E0D678'

red 224 ◦ green 214 ◦ blue 120

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

Shades of Wild Rice #E0D678

Tints of Wild Rice #E0D678

RGB

 RED value IS 224 (87.89% from 255) = 40.14%

 GREEN value IS 214 (83.98% from 255) = 38.35%

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

R = 40.14%
G = 38.35%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0D678 (or 0xE0D678) is known color: Wild Rice. HEX triplet: E0, D6 and 78. RGB value is (224,214,120). Sum of RGB (Red+Green+Blue) = 224+214+120=558 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.14% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 120 (47.27% from 255 or 21.51% from 558); Max value from RGB is 224 - color contains mainly: red. Hex color #E0D678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E0D678 is #1F2987. Grayscale: #CECECE. Windows color (decimal): -2042248 or 7919328. OLE color: 7919328.

HSL color Cylindrical-coordinate representation of color #E0D678: hue angle of 54.23º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E0D678 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 214 120 -
CMYK 0 0.04 0.46 0.12
HSL 54.23º 0.63% 0.67% -
HSV(B) 54.23º 0.46% 0.88% -
XYZ 58.18 65.3 27.31 -
YUV 206.27 79.31 140.64 -
System Red Green Blue C M Y K H S L
Decimal 224 214 120 0 0.04 0.46 0.12 54.23 0.63 0.67
Hex E0 D6 78 0 4 2E C 36 3F 43
Octal 340 326 170 0 4 56 14 66 77 103
Binary 11100000 11010110 1111000 0 100 101110 1100 110110 111111 1000011

Color Harmonies of #E0D678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0D678

Black with #E0D678

Text Example


Text Example

White with #E0D678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0D678; }

 p { color: rgb(224,214,120); }

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

background-color css

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

 a { background-color: rgb(224,214,120); }

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

border-color css

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

 span { border-color: rgb(224,214,120); }

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