Html Css Color HEX #ECD778 Wild Rice

📋 copy color: '#ECD778'

red 236 ◦ green 215 ◦ blue 120

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

Shades of Wild Rice #ECD778

Tints of Wild Rice #ECD778

RGB

 RED value IS 236 (92.58% from 255) = 41.33%

 GREEN value IS 215 (84.38% from 255) = 37.65%

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

R = 41.33%
G = 37.65%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#ECD778 (or 0xECD778) is known color: Wild Rice. HEX triplet: EC, D7 and 78. RGB value is (236,215,120). Sum of RGB (Red+Green+Blue) = 236+215+120=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 215 (84.38% from 255 or 37.65% from 571); Blue value is 120 (47.27% from 255 or 21.02% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD778 is #132887. Grayscale: #D2D2D2. Windows color (decimal): -1255560 or 7919596. OLE color: 7919596.

HSL color Cylindrical-coordinate representation of color #ECD778: hue angle of 49.14º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ECD778 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 215 120 -
CMYK 0 0.09 0.49 0.07
HSL 49.14º 0.75% 0.7% -
HSV(B) 49.14º 0.49% 0.93% -
XYZ 62.28 67.79 27.57 -
YUV 210.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 236 215 120 0 0.09 0.49 0.07 49.14 0.75 0.7
Hex EC D7 78 0 9 31 7 31 4B 46
Octal 354 327 170 0 11 61 7 61 113 106
Binary 11101100 11010111 1111000 0 1001 110001 111 110001 1001011 1000110

Color Harmonies of #ECD778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD778

Black with #ECD778

Text Example


Text Example

White with #ECD778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD778; }

 p { color: rgb(236,215,120); }

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

background-color css

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

 a { background-color: rgb(236,215,120); }

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

border-color css

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

 span { border-color: rgb(236,215,120); }

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