Html Css Color HEX #ECD770 Wild Rice

📋 copy color: '#ECD770'

red 236 ◦ green 215 ◦ blue 112

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

Shades of Wild Rice #ECD770

Tints of Wild Rice #ECD770

RGB

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

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

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

R = 41.92%
G = 38.19%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#ECD770 (or 0xECD770) is known color: Wild Rice. HEX triplet: EC, D7 and 70. RGB value is (236,215,112). Sum of RGB (Red+Green+Blue) = 236+215+112=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 112 (44.14% from 255 or 19.89% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECD770 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECD770 is #13288F. Grayscale: #D1D1D1. Windows color (decimal): -1255568 or 7395308. OLE color: 7395308.

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

Color convert

RGB 236 215 112 -
CMYK 0 0.09 0.53 0.07
HSL 49.84º 0.77% 0.68% -
HSV(B) 49.84º 0.53% 0.93% -
XYZ 61.82 67.6 25.12 -
YUV 209.54 72.96 146.88 -
System Red Green Blue C M Y K H S L
Decimal 236 215 112 0 0.09 0.53 0.07 49.84 0.77 0.68
Hex EC D7 70 0 9 35 7 32 4D 44
Octal 354 327 160 0 11 65 7 62 115 104
Binary 11101100 11010111 1110000 0 1001 110101 111 110010 1001101 1000100

Color Harmonies of #ECD770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECD770

Black with #ECD770

Text Example


Text Example

White with #ECD770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECD770; }

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

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

background-color css

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

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

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

border-color css

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

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

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